##// END OF EJS Templates
Clarify help for hg status and make it consistent.
Thomas Arendsen Hein -
r5998:5d91f6e6 default
parent child Browse files
Show More
@@ -2441,8 +2441,10 b' def status(ui, repo, *pats, **opts):'
2441 """show changed files in the working directory
2441 """show changed files in the working directory
2442
2442
2443 Show status of files in the repository. If names are given, only
2443 Show status of files in the repository. If names are given, only
2444 files that match are shown. Files that are clean or ignored, are
2444 files that match are shown. Files that are clean or ignored or
2445 not listed unless -c (clean), -i (ignored) or -A is given.
2445 source of a copy/move operation, are not listed unless -c (clean),
2446 -i (ignored), -C (copies) or -A is given. Unless options described
2447 with "show only ..." are given, the options -mardu are used.
2446
2448
2447 NOTE: status may appear to disagree with diff if permissions have
2449 NOTE: status may appear to disagree with diff if permissions have
2448 changed or a merge has occurred. The standard diff format does not
2450 changed or a merge has occurred. The standard diff format does not
@@ -2459,7 +2461,7 b' def status(ui, repo, *pats, **opts):'
2459 C = clean
2461 C = clean
2460 ! = deleted, but still tracked
2462 ! = deleted, but still tracked
2461 ? = not tracked
2463 ? = not tracked
2462 I = ignored (not shown by default)
2464 I = ignored
2463 = the previous added file was copied from here
2465 = the previous added file was copied from here
2464 """
2466 """
2465
2467
@@ -216,8 +216,10 b' aliases: st'
216 show changed files in the working directory
216 show changed files in the working directory
217
217
218 Show status of files in the repository. If names are given, only
218 Show status of files in the repository. If names are given, only
219 files that match are shown. Files that are clean or ignored, are
219 files that match are shown. Files that are clean or ignored or
220 not listed unless -c (clean), -i (ignored) or -A is given.
220 source of a copy/move operation, are not listed unless -c (clean),
221 -i (ignored), -C (copies) or -A is given. Unless options described
222 with "show only ..." are given, the options -mardu are used.
221
223
222 NOTE: status may appear to disagree with diff if permissions have
224 NOTE: status may appear to disagree with diff if permissions have
223 changed or a merge has occurred. The standard diff format does not
225 changed or a merge has occurred. The standard diff format does not
@@ -234,7 +236,7 b' show changed files in the working direct'
234 C = clean
236 C = clean
235 ! = deleted, but still tracked
237 ! = deleted, but still tracked
236 ? = not tracked
238 ? = not tracked
237 I = ignored (not shown by default)
239 I = ignored
238 = the previous added file was copied from here
240 = the previous added file was copied from here
239
241
240 options:
242 options:
General Comments 0
You need to be logged in to leave comments. Login now