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
|
|
36 |
hg add [files]
|
|
37 |
|
|
38 |
add the specified files on the next commit
|
596
|
39 |
hg add: option --skjdfks not recognized
|
|
40 |
hg add [files]
|
|
41 |
|
|
42 |
add the specified files on the next commit
|
331
|
43 |
hg diff [-r A] [-r B] [files]
|
|
44 |
|
|
45 |
-r --rev
|
|
46 |
revision
|
|
47 |
|
|
48 |
diff working directory (or selected files)
|
|
49 |
hg: unknown command foo
|
336
|
50 |
hg: unknown command 'commands'
|
596
|
51 |
basic hg commands (use "hg help -v" for more):
|
336
|
52 |
|
596
|
53 |
add add the specified files on the next commit
|
|
54 |
annotate show changeset information per file line
|
|
55 |
clone make a copy of an existing repository
|
|
56 |
commit commit the specified files or all outstanding changes
|
|
57 |
diff diff working directory (or selected files)
|
|
58 |
export dump the header and diffs for one or more changesets
|
|
59 |
init create a new repository in the current directory
|
|
60 |
log show the revision history of the repository or a single file
|
|
61 |
pull pull changes from the specified source
|
|
62 |
push push changes to the specified destination
|
|
63 |
remove remove the specified files on the next commit
|
|
64 |
revert revert modified files or dirs back to their unmodified states
|
|
65 |
serve export the repository via HTTP
|
|
66 |
status show changed files in the working directory
|
|
67 |
update update or merge working directory
|