##// END OF EJS Templates
Adjusted test-help for change to hg status.
Thomas Arendsen Hein -
r1107:a9c45e53 default
parent child Browse files
Show More
@@ -152,14 +152,14 b' show changed files in the working direct'
152
152
153 options:
153 options:
154
154
155 -m --modified show only modified files
155 -m --modified show only modified files
156 -a --added show only added files
156 -a --added show only added files
157 -r --removed show only removed files
157 -r --removed show only removed files
158 -u --unknown show only unknown (not tracked) files
158 -u --unknown show only unknown (not tracked) files
159 -p --strip strip status prefix
159 -n --no-status hide status prefix
160 -0 --print0 end records with NUL
160 -0 --print0 end records with NUL
161 -I --include include path in search
161 -I --include include path in search
162 -X --exclude exclude path from search
162 -X --exclude exclude path from search
163 hg status [OPTION]... [FILE]...
163 hg status [OPTION]... [FILE]...
164
164
165 show changed files in the working directory
165 show changed files in the working directory
General Comments 0
You need to be logged in to leave comments. Login now