Show More
@@ -14,7 +14,7 b' basic commands (use "hg help" for the fu' | |||||
14 | pull pull changes from the specified source |
|
14 | pull pull changes from the specified source | |
15 | push push changes to the specified destination |
|
15 | push push changes to the specified destination | |
16 | remove remove the specified files on the next commit |
|
16 | remove remove the specified files on the next commit | |
17 |
revert revert |
|
17 | revert revert files or dirs to their states as of some revision | |
18 | serve export the repository via HTTP |
|
18 | serve export the repository via HTTP | |
19 | status show changed files in the working directory |
|
19 | status show changed files in the working directory | |
20 | update update or merge working directory |
|
20 | update update or merge working directory | |
@@ -30,7 +30,7 b' basic commands (use "hg help" for the fu' | |||||
30 | pull pull changes from the specified source |
|
30 | pull pull changes from the specified source | |
31 | push push changes to the specified destination |
|
31 | push push changes to the specified destination | |
32 | remove remove the specified files on the next commit |
|
32 | remove remove the specified files on the next commit | |
33 |
revert revert |
|
33 | revert revert files or dirs to their states as of some revision | |
34 | serve export the repository via HTTP |
|
34 | serve export the repository via HTTP | |
35 | status show changed files in the working directory |
|
35 | status show changed files in the working directory | |
36 | update update or merge working directory |
|
36 | update update or merge working directory | |
@@ -68,7 +68,8 b' list of commands (use "hg help -v" to sh' | |||||
68 | recover roll back an interrupted transaction |
|
68 | recover roll back an interrupted transaction | |
69 | remove remove the specified files on the next commit |
|
69 | remove remove the specified files on the next commit | |
70 | rename rename files; equivalent of copy + remove |
|
70 | rename rename files; equivalent of copy + remove | |
71 |
revert revert |
|
71 | revert revert files or dirs to their states as of some revision | |
|
72 | rollback roll back the last transaction in this repository | |||
72 | root print the root (top) of the current working dir |
|
73 | root print the root (top) of the current working dir | |
73 | serve export the repository via HTTP |
|
74 | serve export the repository via HTTP | |
74 | status show changed files in the working directory |
|
75 | status show changed files in the working directory | |
@@ -76,7 +77,7 b' list of commands (use "hg help -v" to sh' | |||||
76 | tags list repository tags |
|
77 | tags list repository tags | |
77 | tip show the tip revision |
|
78 | tip show the tip revision | |
78 | unbundle apply a changegroup file |
|
79 | unbundle apply a changegroup file | |
79 | undo undo the last commit or pull |
|
80 | undo undo the last commit or pull (DEPRECATED) | |
80 | update update or merge working directory |
|
81 | update update or merge working directory | |
81 | verify verify the integrity of the repository |
|
82 | verify verify the integrity of the repository | |
82 | version output version and copyright information |
|
83 | version output version and copyright information | |
@@ -110,7 +111,8 b' list of commands (use "hg help -v" to sh' | |||||
110 | recover roll back an interrupted transaction |
|
111 | recover roll back an interrupted transaction | |
111 | remove remove the specified files on the next commit |
|
112 | remove remove the specified files on the next commit | |
112 | rename rename files; equivalent of copy + remove |
|
113 | rename rename files; equivalent of copy + remove | |
113 |
revert revert |
|
114 | revert revert files or dirs to their states as of some revision | |
|
115 | rollback roll back the last transaction in this repository | |||
114 | root print the root (top) of the current working dir |
|
116 | root print the root (top) of the current working dir | |
115 | serve export the repository via HTTP |
|
117 | serve export the repository via HTTP | |
116 | status show changed files in the working directory |
|
118 | status show changed files in the working directory | |
@@ -118,7 +120,7 b' list of commands (use "hg help -v" to sh' | |||||
118 | tags list repository tags |
|
120 | tags list repository tags | |
119 | tip show the tip revision |
|
121 | tip show the tip revision | |
120 | unbundle apply a changegroup file |
|
122 | unbundle apply a changegroup file | |
121 | undo undo the last commit or pull |
|
123 | undo undo the last commit or pull (DEPRECATED) | |
122 | update update or merge working directory |
|
124 | update update or merge working directory | |
123 | verify verify the integrity of the repository |
|
125 | verify verify the integrity of the repository | |
124 | version output version and copyright information |
|
126 | version output version and copyright information | |
@@ -226,7 +228,7 b' basic commands (use "hg help" for the fu' | |||||
226 | pull pull changes from the specified source |
|
228 | pull pull changes from the specified source | |
227 | push push changes to the specified destination |
|
229 | push push changes to the specified destination | |
228 | remove remove the specified files on the next commit |
|
230 | remove remove the specified files on the next commit | |
229 |
revert revert |
|
231 | revert revert files or dirs to their states as of some revision | |
230 | serve export the repository via HTTP |
|
232 | serve export the repository via HTTP | |
231 | status show changed files in the working directory |
|
233 | status show changed files in the working directory | |
232 | update update or merge working directory |
|
234 | update update or merge working directory | |
@@ -247,7 +249,7 b' basic commands (use "hg help" for the fu' | |||||
247 | pull pull changes from the specified source |
|
249 | pull pull changes from the specified source | |
248 | push push changes to the specified destination |
|
250 | push push changes to the specified destination | |
249 | remove remove the specified files on the next commit |
|
251 | remove remove the specified files on the next commit | |
250 |
revert revert |
|
252 | revert revert files or dirs to their states as of some revision | |
251 | serve export the repository via HTTP |
|
253 | serve export the repository via HTTP | |
252 | status show changed files in the working directory |
|
254 | status show changed files in the working directory | |
253 | update update or merge working directory |
|
255 | update update or merge working directory |
General Comments 0
You need to be logged in to leave comments.
Login now