comparison doc/hg.1.txt @ 1088:39b916b1d8e4

updated manpage for new options of status
author TK Soh <teekaysoh@yahoo.com>
date Sat, 27 Aug 2005 12:00:12 -0700
parents 069b4311a81b
children 6130de75bb2a
comparison
equal deleted inserted replaced
1087:3a1a46dcd397 1088:39b916b1d8e4
433 433
434 -m, --modified show only modified files 434 -m, --modified show only modified files
435 -a, --added show only added files 435 -a, --added show only added files
436 -r, --removed show only removed files 436 -r, --removed show only removed files
437 -u, --unknown show only unknown (not tracked) files 437 -u, --unknown show only unknown (not tracked) files
438 -p, --strip strip status prefix
439 -0, --print0 end filenames with NUL, for use with xargs
438 -I, --include <pat> include names matching the given patterns 440 -I, --include <pat> include names matching the given patterns
439 -X, --exclude <pat> exclude names matching the given patterns 441 -X, --exclude <pat> exclude names matching the given patterns
440 442
441 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]:: 443 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]::
442 Name a particular revision using <name>. 444 Name a particular revision using <name>.