comparison tests/test-help.out @ 5998:5d91f6e6f841

Clarify help for hg status and make it consistent.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 02 Feb 2008 14:49:31 +0100
parents 28d9f8cd02f2
children 2da5b19a6460
comparison
equal deleted inserted replaced
5997:637d4c089834 5998:5d91f6e6f841
214 aliases: st 214 aliases: st
215 215
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
224 report permission changes and diff only reports changes relative 226 report permission changes and diff only reports changes relative
225 to one merge parent. 227 to one merge parent.
232 A = added 234 A = added
233 R = removed 235 R = removed
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:
241 243
242 -A --all show status of all files 244 -A --all show status of all files