NAME
VCP::Filter::labelmap - Alter or remove labels from each revision
SYNOPSIS
## From the command line:
vcp <source> labelmap: "rev_$rev_id" "change_$change_id" -- <dest>
## In a .vcp file:
LabelMap:
foo-... <<delete>> # remove all labels beginning with foo-
F...R <<delete>> # remove all labels F
v-(...) V-$1 # use uppercase v prefixes
DESCRIPTION
Allows labels to be altered or removed using a syntax similar to VCP::Filter::map. This is being written for development use so more documentation is needed. See VCP::Filter::map for more examples of pattern matching (though VCP::Filter::labelmap does not use <branch_id> syntax).
AUTHOR
Barrie Slaymaker <barries@slaysys.com>
COPYRIGHT
Copyright (c) 2000, 2001, 2002 Perforce Software, Inc. All rights reserved.
See VCP::License (vcp help license
) for the terms of use.