##// END OF EJS Templates
Fix up test-help for export...
mpm@selenic.com -
r581:9db6d545 default
parent child Browse files
Show More
@@ -1,88 +1,88
1 + hg -q help
1 + hg -q help
2 hg commands:
2 hg commands:
3
3
4 add add the specified files on the next commit
4 add add the specified files on the next commit
5 addremove add all new files, delete all missing files
5 addremove add all new files, delete all missing files
6 annotate show changeset information per file line
6 annotate show changeset information per file line
7 cat output the latest or given revision of a file
7 cat output the latest or given revision of a file
8 clone make a copy of an existing repository
8 clone make a copy of an existing repository
9 commit commit the specified files or all outstanding changes
9 commit commit the specified files or all outstanding changes
10 copy mark a file as copied or renamed for the next commit
10 copy mark a file as copied or renamed for the next commit
11 diff diff working directory (or selected files)
11 diff diff working directory (or selected files)
12 export dump the changeset header and diffs for a revision
12 export dump the header and diffs for one or more changesets
13 forget don't add the specified files on the next commit
13 forget don't add the specified files on the next commit
14 heads show current repository heads
14 heads show current repository heads
15 help show help for a given command or all commands
15 help show help for a given command or all commands
16 identify print information about the working copy
16 identify print information about the working copy
17 import import an ordered set of patches
17 import import an ordered set of patches
18 init create a new repository in the current directory
18 init create a new repository in the current directory
19 log show the revision history of the repository or a single file
19 log show the revision history of the repository or a single file
20 manifest output the latest or given revision of the project manifest
20 manifest output the latest or given revision of the project manifest
21 parents show the parents of the current working dir
21 parents show the parents of the current working dir
22 pull pull changes from the specified source
22 pull pull changes from the specified source
23 push push changes to the specified destination
23 push push changes to the specified destination
24 rawcommit raw commit interface
24 rawcommit raw commit interface
25 recover roll back an interrupted transaction
25 recover roll back an interrupted transaction
26 remove remove the specified files on the next commit
26 remove remove the specified files on the next commit
27 root print the root (top) of the current working dir
27 root print the root (top) of the current working dir
28 serve export the repository via HTTP
28 serve export the repository via HTTP
29 status show changed files in the working directory
29 status show changed files in the working directory
30 tag add a tag for the current tip or a given revision
30 tag add a tag for the current tip or a given revision
31 tags list repository tags
31 tags list repository tags
32 tip show the tip revision
32 tip show the tip revision
33 undo undo the last transaction
33 undo undo the last transaction
34 update update or merge working directory
34 update update or merge working directory
35 verify verify the integrity of the repository
35 verify verify the integrity of the repository
36 version output version and copyright information
36 version output version and copyright information
37 + hg add -h
37 + hg add -h
38 hg add: option -h not recognized
38 hg add: option -h not recognized
39 hg add [files]
39 hg add [files]
40
40
41 add the specified files on the next commit
41 add the specified files on the next commit
42 + hg help diff
42 + hg help diff
43 hg diff [-r A] [-r B] [files]
43 hg diff [-r A] [-r B] [files]
44
44
45 -r --rev
45 -r --rev
46 revision
46 revision
47
47
48 diff working directory (or selected files)
48 diff working directory (or selected files)
49 + hg help foo
49 + hg help foo
50 hg: unknown command foo
50 hg: unknown command foo
51 + hg -q commands
51 + hg -q commands
52 hg: unknown command 'commands'
52 hg: unknown command 'commands'
53 hg commands:
53 hg commands:
54
54
55 add add the specified files on the next commit
55 add add the specified files on the next commit
56 addremove add all new files, delete all missing files
56 addremove add all new files, delete all missing files
57 annotate show changeset information per file line
57 annotate show changeset information per file line
58 cat output the latest or given revision of a file
58 cat output the latest or given revision of a file
59 clone make a copy of an existing repository
59 clone make a copy of an existing repository
60 commit commit the specified files or all outstanding changes
60 commit commit the specified files or all outstanding changes
61 copy mark a file as copied or renamed for the next commit
61 copy mark a file as copied or renamed for the next commit
62 diff diff working directory (or selected files)
62 diff diff working directory (or selected files)
63 export dump the changeset header and diffs for a revision
63 export dump the header and diffs for one or more changesets
64 forget don't add the specified files on the next commit
64 forget don't add the specified files on the next commit
65 heads show current repository heads
65 heads show current repository heads
66 help show help for a given command or all commands
66 help show help for a given command or all commands
67 identify print information about the working copy
67 identify print information about the working copy
68 import import an ordered set of patches
68 import import an ordered set of patches
69 init create a new repository in the current directory
69 init create a new repository in the current directory
70 log show the revision history of the repository or a single file
70 log show the revision history of the repository or a single file
71 manifest output the latest or given revision of the project manifest
71 manifest output the latest or given revision of the project manifest
72 parents show the parents of the current working dir
72 parents show the parents of the current working dir
73 pull pull changes from the specified source
73 pull pull changes from the specified source
74 push push changes to the specified destination
74 push push changes to the specified destination
75 rawcommit raw commit interface
75 rawcommit raw commit interface
76 recover roll back an interrupted transaction
76 recover roll back an interrupted transaction
77 remove remove the specified files on the next commit
77 remove remove the specified files on the next commit
78 root print the root (top) of the current working dir
78 root print the root (top) of the current working dir
79 serve export the repository via HTTP
79 serve export the repository via HTTP
80 status show changed files in the working directory
80 status show changed files in the working directory
81 tag add a tag for the current tip or a given revision
81 tag add a tag for the current tip or a given revision
82 tags list repository tags
82 tags list repository tags
83 tip show the tip revision
83 tip show the tip revision
84 undo undo the last transaction
84 undo undo the last transaction
85 update update or merge working directory
85 update update or merge working directory
86 verify verify the integrity of the repository
86 verify verify the integrity of the repository
87 version output version and copyright information
87 version output version and copyright information
88 + exit 0
88 + exit 0
General Comments 0
You need to be logged in to leave comments. Login now