[PATCH 3 of 4] Adjusted test-help for change to hg status

Thomas Arendsen Hein thomas at intevation.de
Sat Aug 27 16:40:02 CDT 2005


Patch subject is complete summary.


# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID a9c45e537f777241776e727343af1c766d1195c2
# Parent  95a044b73bd5a4527525775b93094c9c417eb3c7
Adjusted test-help for change to hg status.

diff -r 95a044b73bd5 -r a9c45e537f77 tests/test-help.out
--- a/tests/test-help.out	Sat Aug 27 21:25:55 2005
+++ b/tests/test-help.out	Sat Aug 27 21:35:30 2005
@@ -152,14 +152,14 @@
 
 options:
 
- -m --modified  show only modified files
- -a --added     show only added files
- -r --removed   show only removed files
- -u --unknown   show only unknown (not tracked) files
- -p --strip     strip status prefix
- -0 --print0    end records with NUL
- -I --include   include path in search
- -X --exclude   exclude path from search
+ -m --modified   show only modified files
+ -a --added      show only added files
+ -r --removed    show only removed files
+ -u --unknown    show only unknown (not tracked) files
+ -n --no-status  hide status prefix
+ -0 --print0     end records with NUL
+ -I --include    include path in search
+ -X --exclude    exclude path from search
 hg status [OPTION]... [FILE]...
 
 show changed files in the working directory


More information about the Mercurial mailing list