##// 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 files that match are shown. Files that are clean or ignored, are
195 files that match are shown. Files that are clean or ignored, are
196 not listed unless -c (clean), -i (ignored) or -A is given.
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 The codes used to show the status of files are:
201 The codes used to show the status of files are:
199 M = modified
202 M = modified
200 A = added
203 A = added
@@ -220,6 +223,7 b' options:'
220 -n --no-status hide status prefix
223 -n --no-status hide status prefix
221 -C --copies show source of copied files
224 -C --copies show source of copied files
222 -0 --print0 end filenames with NUL, for use with xargs
225 -0 --print0 end filenames with NUL, for use with xargs
226 --rev show difference from revision
223 -I --include include names matching the given patterns
227 -I --include include names matching the given patterns
224 -X --exclude exclude names matching the given patterns
228 -X --exclude exclude names matching the given patterns
225 hg status [OPTION]... [FILE]...
229 hg status [OPTION]... [FILE]...
@@ -118,6 +118,9 b' show changed files in the working direct'
118 files that match are shown. Files that are clean or ignored, are
118 files that match are shown. Files that are clean or ignored, are
119 not listed unless -c (clean), -i (ignored) or -A is given.
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 The codes used to show the status of files are:
124 The codes used to show the status of files are:
122 M = modified
125 M = modified
123 A = added
126 A = added
@@ -143,6 +146,7 b' options:'
143 -n --no-status hide status prefix
146 -n --no-status hide status prefix
144 -C --copies show source of copied files
147 -C --copies show source of copied files
145 -0 --print0 end filenames with NUL, for use with xargs
148 -0 --print0 end filenames with NUL, for use with xargs
149 --rev show difference from revision
146 -I --include include names matching the given patterns
150 -I --include include names matching the given patterns
147 -X --exclude exclude names matching the given patterns
151 -X --exclude exclude names matching the given patterns
148 hg status -A:
152 hg status -A:
General Comments 0
You need to be logged in to leave comments. Login now