comparison tests/test-help.out @ 801:1f9ec150a476

Updated output of tests.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Jul 2005 15:21:02 +0100
parents 7000825ef3ba
children 8f5637f0a0c0
comparison
equal deleted inserted replaced
800:ec85f9e6f3b1 801:1f9ec150a476
1 + hg help
1 basic hg commands (use "hg help -v" for more): 2 basic hg commands (use "hg help -v" for more):
2 3
3 add add the specified files on the next commit 4 add add the specified files on the next commit
4 annotate show changeset information per file line 5 annotate show changeset information per file line
5 clone make a copy of an existing repository 6 clone make a copy of an existing repository
13 remove remove the specified files on the next commit 14 remove remove the specified files on the next commit
14 revert revert modified files or dirs back to their unmodified states 15 revert revert modified files or dirs back to their unmodified states
15 serve export the repository via HTTP 16 serve export the repository via HTTP
16 status show changed files in the working directory 17 status show changed files in the working directory
17 update update or merge working directory 18 update update or merge working directory
19 + hg -q help
18 basic hg commands (use "hg help -v" for more): 20 basic hg commands (use "hg help -v" for more):
19 21
20 add add the specified files on the next commit 22 add add the specified files on the next commit
21 annotate show changeset information per file line 23 annotate show changeset information per file line
22 clone make a copy of an existing repository 24 clone make a copy of an existing repository
30 remove remove the specified files on the next commit 32 remove remove the specified files on the next commit
31 revert revert modified files or dirs back to their unmodified states 33 revert revert modified files or dirs back to their unmodified states
32 serve export the repository via HTTP 34 serve export the repository via HTTP
33 status show changed files in the working directory 35 status show changed files in the working directory
34 update update or merge working directory 36 update update or merge working directory
37 + hg add -h
35 hg add: option -h not recognized 38 hg add: option -h not recognized
36 hg add [FILE]... 39 hg add [FILE]...
37 40
38 -I --include 41 -I --include
39 include path in search 42 include path in search
40 -X --exclude 43 -X --exclude
41 exclude path from search 44 exclude path from search
42 45
43 add the specified files on the next commit 46 add the specified files on the next commit
47 + hg add --skjdfks
44 hg add: option --skjdfks not recognized 48 hg add: option --skjdfks not recognized
45 hg add [FILE]... 49 hg add [FILE]...
46 50
47 -I --include 51 -I --include
48 include path in search 52 include path in search
49 -X --exclude 53 -X --exclude
50 exclude path from search 54 exclude path from search
51 55
52 add the specified files on the next commit 56 add the specified files on the next commit
57 + hg help diff
53 hg diff [-r REV1 [-r REV2]] [FILE]... 58 hg diff [-r REV1 [-r REV2]] [FILE]...
54 59
55 -r --rev 60 -r --rev
56 revision 61 revision
57 -I --include 62 -I --include
58 include path in search 63 include path in search
59 -X --exclude 64 -X --exclude
60 exclude path from search 65 exclude path from search
61 66
62 diff working directory (or selected files) 67 diff working directory (or selected files)
68 + hg help foo
63 hg: unknown command foo 69 hg: unknown command foo
70 + hg -q commands
64 hg: unknown command 'commands' 71 hg: unknown command 'commands'
65 basic hg commands (use "hg help -v" for more): 72 basic hg commands (use "hg help -v" for more):
66 73
67 add add the specified files on the next commit 74 add add the specified files on the next commit
68 annotate show changeset information per file line 75 annotate show changeset information per file line