comparison doc/hg.1.txt @ 1274:fe3dd937e803

Fix man page typos
author Florian La Roche <laroche@redhat.com>
date Sun, 18 Sep 2005 14:06:36 -0700
parents 979c04997448
children 84df9951532a
comparison
equal deleted inserted replaced
1273:ab22af71386f 1274:fe3dd937e803
272 -0, --print0 end fields with NUL 272 -0, --print0 end fields with NUL
273 -I, --include <pat> include names matching the given patterns 273 -I, --include <pat> include names matching the given patterns
274 -X, --exclude <pat> exclude names matching the given patterns 274 -X, --exclude <pat> exclude names matching the given patterns
275 --all print all revisions that match 275 --all print all revisions that match
276 -i, --ignore-case ignore case when matching 276 -i, --ignore-case ignore case when matching
277 -l, --files-with-matches print only file names and revs that match 277 -l, --files-with-matches print only filenames and revs that match
278 -n, --line-number print matching line numbers 278 -n, --line-number print matching line numbers
279 -r <rev>, --rev <rev> search in given revision range 279 -r <rev>, --rev <rev> search in given revision range
280 -u, --user print user who committed change 280 -u, --user print user who committed change
281 281
282 heads:: 282 heads::
345 names. 345 names.
346 346
347 If you want to feed the output of this command into the "xargs" 347 If you want to feed the output of this command into the "xargs"
348 command, use the "-0" option to both this command and "xargs". 348 command, use the "-0" option to both this command and "xargs".
349 This will avoid the problem of "xargs" treating single filenames 349 This will avoid the problem of "xargs" treating single filenames
350 that contain white space as multiple file names. 350 that contain white space as multiple filenames.
351 351
352 options: 352 options:
353 353
354 -0, --print0 end filenames with NUL, for use with xargs 354 -0, --print0 end filenames with NUL, for use with xargs
355 -f, --fullpath print complete paths from the filesystem root 355 -f, --fullpath print complete paths from the filesystem root
629 629
630 FILE NAME PATTERNS 630 FILE NAME PATTERNS
631 ------------------ 631 ------------------
632 632
633 Mercurial accepts several notations for identifying one or more 633 Mercurial accepts several notations for identifying one or more
634 file at a time. 634 files at a time.
635 635
636 By default, Mercurial treats file names as shell-style extended 636 By default, Mercurial treats filenames as shell-style extended
637 glob patterns. 637 glob patterns.
638 638
639 Alternate pattern notations must be specified explicitly. 639 Alternate pattern notations must be specified explicitly.
640 640
641 To use a plain path name without any pattern matching, start a 641 To use a plain path name without any pattern matching, start a