author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 17 Jun 2005 10:30:46 +0100 | |
changeset 387 | c07c6fb2f0a8 |
parent 364 | 6f43778f26da |
child 401 | af4848f83e68 |
child 423 | 25afb21d97ba |
permissions | -rw-r--r-- |
331 | 1 |
+ hg help |
2 |
hg commands: |
|
3 |
||
4 |
add add the specified files on the next commit |
|
5 |
addremove add all new files, delete all missing files |
|
6 |
annotate show changeset information per file line |
|
7 |
cat output the latest or given revision of a file |
|
8 |
commit commit the specified files or all outstanding changes |
|
364
6f43778f26da
test-help: hg copy now shows up in the help
mpm@selenic.com
parents:
350
diff
changeset
|
9 |
copy mark a file as copied or renamed for the next commit |
331 | 10 |
diff diff working directory (or selected files) |
11 |
export dump the changeset header and diffs for a revision |
|
12 |
forget don't add the specified files on the next commit |
|
13 |
heads show current repository heads |
|
14 |
help show help for a given command or all commands |
|
15 |
history show the changelog history |
|
342 | 16 |
identify print information about the working copy |
331 | 17 |
init create a new repository or copy an existing one |
18 |
log show the revision history of a single file |
|
19 |
manifest output the latest or given revision of the project manifest |
|
20 |
parents show the parents of the current working dir |
|
21 |
patch import an ordered set of patches |
|
22 |
pull pull changes from the specified source |
|
23 |
push push changes to the specified destination |
|
24 |
rawcommit raw commit interface |
|
25 |
recover roll back an interrupted transaction |
|
26 |
remove remove the specified files on the next commit |
|
27 |
serve export the repository via HTTP |
|
28 |
status show changed files in the working directory |
|
29 |
tags list repository tags |
|
30 |
tip show the tip revision |
|
31 |
undo undo the last transaction |
|
32 |
update update or merge working directory |
|
33 |
verify verify the integrity of the repository |
|
34 |
+ hg add -h |
|
35 |
hg add: option -h not recognized |
|
36 |
hg add [files] |
|
37 |
||
38 |
add the specified files on the next commit |
|
39 |
+ hg help diff |
|
40 |
hg diff [-r A] [-r B] [files] |
|
41 |
||
42 |
-r --rev |
|
43 |
revision |
|
44 |
||
45 |
diff working directory (or selected files) |
|
46 |
+ hg help foo |
|
47 |
hg: unknown command foo |
|
336 | 48 |
+ hg commands |
49 |
hg: unknown command 'commands' |
|
50 |
hg commands: |
|
51 |
||
52 |
add add the specified files on the next commit |
|
53 |
addremove add all new files, delete all missing files |
|
54 |
annotate show changeset information per file line |
|
55 |
cat output the latest or given revision of a file |
|
56 |
commit commit the specified files or all outstanding changes |
|
364
6f43778f26da
test-help: hg copy now shows up in the help
mpm@selenic.com
parents:
350
diff
changeset
|
57 |
copy mark a file as copied or renamed for the next commit |
336 | 58 |
diff diff working directory (or selected files) |
59 |
export dump the changeset header and diffs for a revision |
|
60 |
forget don't add the specified files on the next commit |
|
61 |
heads show current repository heads |
|
62 |
help show help for a given command or all commands |
|
63 |
history show the changelog history |
|
342 | 64 |
identify print information about the working copy |
336 | 65 |
init create a new repository or copy an existing one |
66 |
log show the revision history of a single file |
|
67 |
manifest output the latest or given revision of the project manifest |
|
68 |
parents show the parents of the current working dir |
|
69 |
patch import an ordered set of patches |
|
70 |
pull pull changes from the specified source |
|
71 |
push push changes to the specified destination |
|
72 |
rawcommit raw commit interface |
|
73 |
recover roll back an interrupted transaction |
|
74 |
remove remove the specified files on the next commit |
|
75 |
serve export the repository via HTTP |
|
76 |
status show changed files in the working directory |
|
77 |
tags list repository tags |
|
78 |
tip show the tip revision |
|
79 |
undo undo the last transaction |
|
80 |
update update or merge working directory |
|
81 |
verify verify the integrity of the repository |
|
82 |
+ exit 0 |