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