comparison doc/hg.1.txt @ 840:141744605b51

hg status: added options to select files by status. Added options -m, -a, -r and u to select files corresponding to status M, A, R and ? respectively. If none of these options are specified, files of all status will be shown.
author tksoh@users.sourceforge.net
date Sat, 06 Aug 2005 07:09:10 +0100
parents 9c918287d10b
children 8ccbac05cf59 6d6095823b82 c2e77581bc84 d4cb383e7de7
comparison
equal deleted inserted replaced
839:9c918287d10b 840:141744605b51
344 R = removed 344 R = removed
345 ? = not tracked 345 ? = not tracked
346 346
347 options: 347 options:
348 348
349 -m, --modified show only modified files
350 -a, --added show only added files
351 -r, --removed show only removed files
352 -u, --unknown show only unknown (not tracked) files
349 -I, --include <pat> include names matching the given patterns 353 -I, --include <pat> include names matching the given patterns
350 -X, --exclude <pat> exclude names matching the given patterns 354 -X, --exclude <pat> exclude names matching the given patterns
351 355
352 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]:: 356 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]::
353 Name a particular revision using <name>. 357 Name a particular revision using <name>.