comparison doc/hg.1.txt @ 1016:836667830fee

Teach annotate about binary files
author mpm@selenic.com
date Tue, 23 Aug 2005 20:21:52 -0700
parents 22571b8d35d3
children 7c00f5f2c967
comparison
equal deleted inserted replaced
1015:22571b8d35d3 1016:836667830fee
69 annotate [-r <rev> -u -n -c] [files ...]:: 69 annotate [-r <rev> -u -n -c] [files ...]::
70 List changes in files, showing the revision id responsible for each line 70 List changes in files, showing the revision id responsible for each line
71 71
72 This command is useful to discover who did a change or when a change took 72 This command is useful to discover who did a change or when a change took
73 place. 73 place.
74 74
75 options: 75 Without the -a option, annotate will avoid processing files it
76 detects as binary. With -a, annotate will generate an annotation
77 anyway, probably with undesirable results.
78
79 options:
80 -a, --text treat all files as text
76 -I, --include <pat> include names matching the given patterns 81 -I, --include <pat> include names matching the given patterns
77 -X, --exclude <pat> exclude names matching the given patterns 82 -X, --exclude <pat> exclude names matching the given patterns
78 -r, --revision <rev> annotate the specified revision 83 -r, --revision <rev> annotate the specified revision
79 -u, --user list the author 84 -u, --user list the author
80 -c, --changeset list the changeset 85 -c, --changeset list the changeset