comparison tests/test-help.out @ 757:7000825ef3ba

Updated help strings and test-help: - options -I/-X: always at the end, don't include them in the synopsis. - NAME is optional for hg revert - other small changes.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 22 Jul 2005 08:47:35 +0100
parents d2422f10c136
children 1f9ec150a476 8f5637f0a0c0 0902ffece4b4
comparison
equal deleted inserted replaced
756:5d79dfa5e98f 757:7000825ef3ba
31 revert revert modified files or dirs back to their unmodified states 31 revert revert modified files or dirs back to their unmodified states
32 serve export the repository via HTTP 32 serve export the repository via HTTP
33 status show changed files in the working directory 33 status show changed files in the working directory
34 update update or merge working directory 34 update update or merge working directory
35 hg add: option -h not recognized 35 hg add: option -h not recognized
36 hg add [OPTIONS] [FILES] 36 hg add [FILE]...
37 37
38 -I --include 38 -I --include
39 include path in search 39 include path in search
40 -X --exclude 40 -X --exclude
41 exclude path from search 41 exclude path from search
42 42
43 add the specified files on the next commit 43 add the specified files on the next commit
44 hg add: option --skjdfks not recognized 44 hg add: option --skjdfks not recognized
45 hg add [OPTIONS] [FILES] 45 hg add [FILE]...
46 46
47 -I --include 47 -I --include
48 include path in search 48 include path in search
49 -X --exclude 49 -X --exclude
50 exclude path from search 50 exclude path from search
51 51
52 add the specified files on the next commit 52 add the specified files on the next commit
53 hg diff [-r REV1 [-r REV2]] [FILE]... 53 hg diff [-r REV1 [-r REV2]] [FILE]...
54 54
55 -r --rev
56 revision
55 -I --include 57 -I --include
56 include path in search 58 include path in search
57 -X --exclude 59 -X --exclude
58 exclude path from search 60 exclude path from search
59 -r --rev
60 revision
61 61
62 diff working directory (or selected files) 62 diff working directory (or selected files)
63 hg: unknown command foo 63 hg: unknown command foo
64 hg: unknown command 'commands' 64 hg: unknown command 'commands'
65 basic hg commands (use "hg help -v" for more): 65 basic hg commands (use "hg help -v" for more):