brmap.pl #1

  • //
  • guest/
  • perforce_software/
  • utils/
  • cvs2p4/
  • test/
  • brmap.pl
  • View
  • Commits
  • Open Download .zip Download (182 B)
#
#

sub brmap
{
  my ($tag) = @_;

  if ($tag eq "ambiguous") { return "main"; } # To test [F]unction
  if ($tag eq "x")         { return "main"; } # To test [B]oth

  return "";
}
# Change User Description Committed
#2 8160 michael Archive obsolete CVS to Perforce converter.
See the Perforce KB and website for an updated CVS to Perforce converter.
#1 5601 Richard Geiger Integrate 3.0 changes, preparing to publish.
//guest/richard_geiger/utils/cvs2p4/test/brmap.pl
#1 5470 Richard Geiger The Neverending Story.