author | mpm@selenic.com |
Fri, 22 Jul 2005 20:07:14 -0500 | |
changeset 765 | 1e31d97c3d70 |
parent 757 | 7000825ef3ba |
child 801 | 1f9ec150a476 |
child 808 | 8f5637f0a0c0 |
child 814 | 0902ffece4b4 |
permissions | -rw-r--r-- |
596 | 1 |
basic hg commands (use "hg help -v" for more): |
331 | 2 |
|
596 | 3 |
add add the specified files on the next commit |
4 |
annotate show changeset information per file line |
|
5 |
clone make a copy of an existing repository |
|
6 |
commit commit the specified files or all outstanding changes |
|
7 |
diff diff working directory (or selected files) |
|
8 |
export dump the header and diffs for one or more changesets |
|
9 |
init create a new repository in the current directory |
|
10 |
log show the revision history of the repository or a single file |
|
11 |
pull pull changes from the specified source |
|
12 |
push push changes to the specified destination |
|
13 |
remove remove the specified files on the next commit |
|
14 |
revert revert modified files or dirs back to their unmodified states |
|
15 |
serve export the repository via HTTP |
|
16 |
status show changed files in the working directory |
|
17 |
update update or merge working directory |
|
18 |
basic hg commands (use "hg help -v" for more): |
|
19 |
||
20 |
add add the specified files on the next commit |
|
21 |
annotate show changeset information per file line |
|
22 |
clone make a copy of an existing repository |
|
23 |
commit commit the specified files or all outstanding changes |
|
24 |
diff diff working directory (or selected files) |
|
25 |
export dump the header and diffs for one or more changesets |
|
26 |
init create a new repository in the current directory |
|
27 |
log show the revision history of the repository or a single file |
|
28 |
pull pull changes from the specified source |
|
29 |
push push changes to the specified destination |
|
30 |
remove remove the specified files on the next commit |
|
31 |
revert revert modified files or dirs back to their unmodified states |
|
32 |
serve export the repository via HTTP |
|
33 |
status show changed files in the working directory |
|
34 |
update update or merge working directory |
|
331 | 35 |
hg add: option -h not recognized |
757
7000825ef3ba
Updated help strings and test-help:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
740
diff
changeset
|
36 |
hg add [FILE]... |
736
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
37 |
|
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
38 |
-I --include |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
39 |
include path in search |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
40 |
-X --exclude |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
41 |
exclude path from search |
331 | 42 |
|
43 |
add the specified files on the next commit |
|
596 | 44 |
hg add: option --skjdfks not recognized |
757
7000825ef3ba
Updated help strings and test-help:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
740
diff
changeset
|
45 |
hg add [FILE]... |
736
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
46 |
|
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
47 |
-I --include |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
48 |
include path in search |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
49 |
-X --exclude |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
50 |
exclude path from search |
596 | 51 |
|
52 |
add the specified files on the next commit |
|
707
116b2d3f4554
Changed command synopsises to match style of common UNIX tools.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
596
diff
changeset
|
53 |
hg diff [-r REV1 [-r REV2]] [FILE]... |
331 | 54 |
|
757
7000825ef3ba
Updated help strings and test-help:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
740
diff
changeset
|
55 |
-r --rev |
7000825ef3ba
Updated help strings and test-help:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
740
diff
changeset
|
56 |
revision |
736
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
57 |
-I --include |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
58 |
include path in search |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
59 |
-X --exclude |
1e84f1014f33
Update tests to reflect walk changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
725
diff
changeset
|
60 |
exclude path from search |
331 | 61 |
|
62 |
diff working directory (or selected files) |
|
63 |
hg: unknown command foo |
|
336 | 64 |
hg: unknown command 'commands' |
596 | 65 |
basic hg commands (use "hg help -v" for more): |
336 | 66 |
|
596 | 67 |
add add the specified files on the next commit |
68 |
annotate show changeset information per file line |
|
69 |
clone make a copy of an existing repository |
|
70 |
commit commit the specified files or all outstanding changes |
|
71 |
diff diff working directory (or selected files) |
|
72 |
export dump the header and diffs for one or more changesets |
|
73 |
init create a new repository in the current directory |
|
74 |
log show the revision history of the repository or a single file |
|
75 |
pull pull changes from the specified source |
|
76 |
push push changes to the specified destination |
|
77 |
remove remove the specified files on the next commit |
|
78 |
revert revert modified files or dirs back to their unmodified states |
|
79 |
serve export the repository via HTTP |
|
80 |
status show changed files in the working directory |
|
81 |
update update or merge working directory |