comparison tests/test-help.out @ 5783:28d9f8cd02f2

Move aliases section in help below synopsis (issue362) This should avoid confusion why e.g. "hg help co" shows help for "hg update" instead.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 02 Jan 2008 20:22:10 +0100
parents 2dd202a6e15b
children 5d91f6e6f841
comparison
equal deleted inserted replaced
5782:7eb1146b72ec 5783:28d9f8cd02f2
209 -X --exclude exclude names matching the given patterns 209 -X --exclude exclude names matching the given patterns
210 210
211 use "hg -v help diff" to show global options 211 use "hg -v help diff" to show global options
212 hg status [OPTION]... [FILE]... 212 hg status [OPTION]... [FILE]...
213 213
214 aliases: st
215
214 show changed files in the working directory 216 show changed files in the working directory
215 217
216 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
217 files that match are shown. Files that are clean or ignored, are 219 files that match are shown. Files that are clean or ignored, are
218 not listed unless -c (clean), -i (ignored) or -A is given. 220 not listed unless -c (clean), -i (ignored) or -A is given.
232 C = clean 234 C = clean
233 ! = deleted, but still tracked 235 ! = deleted, but still tracked
234 ? = not tracked 236 ? = not tracked
235 I = ignored (not shown by default) 237 I = ignored (not shown by default)
236 = the previous added file was copied from here 238 = the previous added file was copied from here
237
238 aliases: st
239 239
240 options: 240 options:
241 241
242 -A --all show status of all files 242 -A --all show status of all files
243 -m --modified show only modified files 243 -m --modified show only modified files