Mercurial > hg > easyhg-kdiff3
annotate CVSROOT/cvswrappers @ 51:c59d5a3a8ff3
0.9.80
author | joachim99 |
---|---|
date | Tue, 09 Dec 2003 20:29:43 +0000 |
parents | 391d4ae068d9 |
children |
rev | line source |
---|---|
root@1 | 1 # This file affects handling of files based on their names. |
root@1 | 2 # |
root@1 | 3 # The -t/-f options allow one to treat directories of files |
root@1 | 4 # as a single file, or to transform a file in other ways on |
root@1 | 5 # its way in and out of CVS. |
root@1 | 6 # |
root@1 | 7 # The -m option specifies whether CVS attempts to merge files. |
root@1 | 8 # |
root@1 | 9 # The -k option specifies keyword expansion (e.g. -kb for binary). |
root@1 | 10 # |
root@1 | 11 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
root@1 | 12 # |
root@1 | 13 # wildcard [option value][option value]... |
root@1 | 14 # |
root@1 | 15 # where option is one of |
root@1 | 16 # -f from cvs filter value: path to filter |
root@1 | 17 # -t to cvs filter value: path to filter |
root@1 | 18 # -m update methodology value: MERGE or COPY |
root@1 | 19 # -k expansion mode value: b, o, kkv, &c |
root@1 | 20 # |
root@1 | 21 # and value is a single-quote delimited value. |
root@1 | 22 # For example: |
root@1 | 23 #*.gif -k 'b' |