author | mpm@selenic.com |
Thu, 23 Jun 2005 09:26:43 -0800 | |
changeset 440 | 22b5aaeb3637 |
parent 429 | 688d03d6997a |
child 467 | 9d5447a366a7 |
permissions | -rw-r--r-- |
423
25afb21d97ba
Support for 'hg --version'. setup.py stores version from hg repository.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
364
diff
changeset
|
1 |
+ hg -q help |
331 | 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 |
440 | 17 |
import import an ordered set of patches |
331 | 18 |
init create a new repository or copy an existing one |
19 |
log show the revision history of a single file |
|
20 |
manifest output the latest or given revision of the project manifest |
|
21 |
parents show the parents of the current working dir |
|
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 |
|
401
af4848f83e68
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
mpm@selenic.com
parents:
364
diff
changeset
|
29 |
tag add a tag for the current tip or a given revision |
331 | 30 |
tags list repository tags |
31 |
tip show the tip revision |
|
32 |
undo undo the last transaction |
|
33 |
update update or merge working directory |
|
34 |
verify verify the integrity of the repository |
|
35 |
+ hg add -h |
|
36 |
hg add: option -h not recognized |
|
37 |
hg add [files] |
|
38 |
||
39 |
add the specified files on the next commit |
|
40 |
+ hg help diff |
|
41 |
hg diff [-r A] [-r B] [files] |
|
42 |
||
43 |
-r --rev |
|
44 |
revision |
|
45 |
||
46 |
diff working directory (or selected files) |
|
47 |
+ hg help foo |
|
48 |
hg: unknown command foo |
|
423
25afb21d97ba
Support for 'hg --version'. setup.py stores version from hg repository.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
364
diff
changeset
|
49 |
+ hg -q commands |
336 | 50 |
hg: unknown command 'commands' |
51 |
hg commands: |
|
52 |
||
53 |
add add the specified files on the next commit |
|
54 |
addremove add all new files, delete all missing files |
|
55 |
annotate show changeset information per file line |
|
56 |
cat output the latest or given revision of a file |
|
57 |
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
|
58 |
copy mark a file as copied or renamed for the next commit |
336 | 59 |
diff diff working directory (or selected files) |
60 |
export dump the changeset header and diffs for a revision |
|
61 |
forget don't add the specified files on the next commit |
|
62 |
heads show current repository heads |
|
63 |
help show help for a given command or all commands |
|
64 |
history show the changelog history |
|
342 | 65 |
identify print information about the working copy |
440 | 66 |
import import an ordered set of patches |
336 | 67 |
init create a new repository or copy an existing one |
68 |
log show the revision history of a single file |
|
69 |
manifest output the latest or given revision of the project manifest |
|
70 |
parents show the parents of the current working dir |
|
71 |
pull pull changes from the specified source |
|
72 |
push push changes to the specified destination |
|
73 |
rawcommit raw commit interface |
|
74 |
recover roll back an interrupted transaction |
|
75 |
remove remove the specified files on the next commit |
|
76 |
serve export the repository via HTTP |
|
77 |
status show changed files in the working directory |
|
401
af4848f83e68
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
mpm@selenic.com
parents:
364
diff
changeset
|
78 |
tag add a tag for the current tip or a given revision |
336 | 79 |
tags list repository tags |
80 |
tip show the tip revision |
|
81 |
undo undo the last transaction |
|
82 |
update update or merge working directory |
|
83 |
verify verify the integrity of the repository |
|
84 |
+ exit 0 |