##// END OF EJS Templates
Update tests output
Alexis S. L. Carvalho -
r3468:5155fa27 default
parent child Browse files
Show More
@@ -195,6 +195,9 b' show changed files in the working direct'
195 195 files that match are shown. Files that are clean or ignored, are
196 196 not listed unless -c (clean), -i (ignored) or -A is given.
197 197
198 If one revision is given, it is used as the base revision.
199 If two revisions are given, the difference between them is shown.
200
198 201 The codes used to show the status of files are:
199 202 M = modified
200 203 A = added
@@ -220,6 +223,7 b' options:'
220 223 -n --no-status hide status prefix
221 224 -C --copies show source of copied files
222 225 -0 --print0 end filenames with NUL, for use with xargs
226 --rev show difference from revision
223 227 -I --include include names matching the given patterns
224 228 -X --exclude exclude names matching the given patterns
225 229 hg status [OPTION]... [FILE]...
@@ -118,6 +118,9 b' show changed files in the working direct'
118 118 files that match are shown. Files that are clean or ignored, are
119 119 not listed unless -c (clean), -i (ignored) or -A is given.
120 120
121 If one revision is given, it is used as the base revision.
122 If two revisions are given, the difference between them is shown.
123
121 124 The codes used to show the status of files are:
122 125 M = modified
123 126 A = added
@@ -143,6 +146,7 b' options:'
143 146 -n --no-status hide status prefix
144 147 -C --copies show source of copied files
145 148 -0 --print0 end filenames with NUL, for use with xargs
149 --rev show difference from revision
146 150 -I --include include names matching the given patterns
147 151 -X --exclude exclude names matching the given patterns
148 152 hg status -A:
General Comments 0
You need to be logged in to leave comments. Login now