Show More
@@ -1,214 +1,214 | |||
|
1 | 1 | Mercurial Distributed SCM |
|
2 | 2 | |
|
3 | 3 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
4 | 4 | |
|
5 | 5 | add add the specified files on the next commit |
|
6 | 6 | annotate show changeset information per file line |
|
7 | 7 | clone make a copy of an existing repository |
|
8 | 8 | commit commit the specified files or all outstanding changes |
|
9 | 9 | diff diff working directory (or selected files) |
|
10 | 10 | export dump the header and diffs for one or more changesets |
|
11 | 11 | init create a new repository in the given directory |
|
12 | 12 | log show the revision history of the repository or a single file |
|
13 | 13 | pull pull changes from the specified source |
|
14 | 14 | push push changes to the specified destination |
|
15 | 15 | remove remove the specified files on the next commit |
|
16 | 16 | revert revert modified files or dirs back to their unmodified states |
|
17 | 17 | serve export the repository via HTTP |
|
18 | 18 | status show changed files in the working directory |
|
19 | 19 | update update or merge working directory |
|
20 | 20 | add add the specified files on the next commit |
|
21 | 21 | annotate show changeset information per file line |
|
22 | 22 | clone make a copy of an existing repository |
|
23 | 23 | commit commit the specified files or all outstanding changes |
|
24 | 24 | diff diff working directory (or selected files) |
|
25 | 25 | export dump the header and diffs for one or more changesets |
|
26 | 26 | init create a new repository in the given directory |
|
27 | 27 | log show the revision history of the repository or a single file |
|
28 | 28 | pull pull changes from the specified source |
|
29 | 29 | push push changes to the specified destination |
|
30 | 30 | remove remove the specified files on the next commit |
|
31 | 31 | revert revert modified files or dirs back to their unmodified states |
|
32 | 32 | serve export the repository via HTTP |
|
33 | 33 | status show changed files in the working directory |
|
34 | 34 | update update or merge working directory |
|
35 | 35 | Mercurial Distributed SCM |
|
36 | 36 | |
|
37 | 37 | list of commands (use "hg help -v" to show aliases and global options): |
|
38 | 38 | |
|
39 | 39 | add add the specified files on the next commit |
|
40 | 40 | addremove add all new files, delete all missing files |
|
41 | 41 | annotate show changeset information per file line |
|
42 | 42 | cat output the latest or given revision of a file |
|
43 | 43 | clone make a copy of an existing repository |
|
44 | 44 | commit commit the specified files or all outstanding changes |
|
45 | 45 | copy mark a file as copied or renamed for the next commit |
|
46 | 46 | diff diff working directory (or selected files) |
|
47 | 47 | export dump the header and diffs for one or more changesets |
|
48 | 48 | forget don't add the specified files on the next commit |
|
49 | 49 | heads show current repository heads |
|
50 | 50 | help show help for a given command or all commands |
|
51 | 51 | identify print information about the working copy |
|
52 | 52 | import import an ordered set of patches |
|
53 |
incoming show changesets |
|
|
53 | incoming show new changesets found in source | |
|
54 | 54 | init create a new repository in the given directory |
|
55 | 55 | locate locate files matching specific patterns |
|
56 | 56 | log show the revision history of the repository or a single file |
|
57 | 57 | manifest output the latest or given revision of the project manifest |
|
58 | 58 | outgoing show changesets not found in destination |
|
59 | 59 | parents show the parents of the working dir or revision |
|
60 | 60 | paths show definition of symbolic path names |
|
61 | 61 | pull pull changes from the specified source |
|
62 | 62 | push push changes to the specified destination |
|
63 | 63 | rawcommit raw commit interface |
|
64 | 64 | recover roll back an interrupted transaction |
|
65 | 65 | remove remove the specified files on the next commit |
|
66 | 66 | revert revert modified files or dirs back to their unmodified states |
|
67 | 67 | root print the root (top) of the current working dir |
|
68 | 68 | serve export the repository via HTTP |
|
69 | 69 | status show changed files in the working directory |
|
70 | 70 | tag add a tag for the current tip or a given revision |
|
71 | 71 | tags list repository tags |
|
72 | 72 | tip show the tip revision |
|
73 | 73 | undo undo the last commit or pull |
|
74 | 74 | update update or merge working directory |
|
75 | 75 | verify verify the integrity of the repository |
|
76 | 76 | version output version and copyright information |
|
77 | 77 | add add the specified files on the next commit |
|
78 | 78 | addremove add all new files, delete all missing files |
|
79 | 79 | annotate show changeset information per file line |
|
80 | 80 | cat output the latest or given revision of a file |
|
81 | 81 | clone make a copy of an existing repository |
|
82 | 82 | commit commit the specified files or all outstanding changes |
|
83 | 83 | copy mark a file as copied or renamed for the next commit |
|
84 | 84 | diff diff working directory (or selected files) |
|
85 | 85 | export dump the header and diffs for one or more changesets |
|
86 | 86 | forget don't add the specified files on the next commit |
|
87 | 87 | heads show current repository heads |
|
88 | 88 | help show help for a given command or all commands |
|
89 | 89 | identify print information about the working copy |
|
90 | 90 | import import an ordered set of patches |
|
91 |
incoming show changesets |
|
|
91 | incoming show new changesets found in source | |
|
92 | 92 | init create a new repository in the given directory |
|
93 | 93 | locate locate files matching specific patterns |
|
94 | 94 | log show the revision history of the repository or a single file |
|
95 | 95 | manifest output the latest or given revision of the project manifest |
|
96 | 96 | outgoing show changesets not found in destination |
|
97 | 97 | parents show the parents of the working dir or revision |
|
98 | 98 | paths show definition of symbolic path names |
|
99 | 99 | pull pull changes from the specified source |
|
100 | 100 | push push changes to the specified destination |
|
101 | 101 | rawcommit raw commit interface |
|
102 | 102 | recover roll back an interrupted transaction |
|
103 | 103 | remove remove the specified files on the next commit |
|
104 | 104 | revert revert modified files or dirs back to their unmodified states |
|
105 | 105 | root print the root (top) of the current working dir |
|
106 | 106 | serve export the repository via HTTP |
|
107 | 107 | status show changed files in the working directory |
|
108 | 108 | tag add a tag for the current tip or a given revision |
|
109 | 109 | tags list repository tags |
|
110 | 110 | tip show the tip revision |
|
111 | 111 | undo undo the last commit or pull |
|
112 | 112 | update update or merge working directory |
|
113 | 113 | verify verify the integrity of the repository |
|
114 | 114 | version output version and copyright information |
|
115 | 115 | hg add: option -h not recognized |
|
116 | 116 | hg add [OPTION]... [FILE]... |
|
117 | 117 | |
|
118 | 118 | add the specified files on the next commit |
|
119 | 119 | |
|
120 | 120 | options: |
|
121 | 121 | |
|
122 | 122 | -I --include |
|
123 | 123 | include path in search |
|
124 | 124 | -X --exclude |
|
125 | 125 | exclude path from search |
|
126 | 126 | hg add: option --skjdfks not recognized |
|
127 | 127 | hg add [OPTION]... [FILE]... |
|
128 | 128 | |
|
129 | 129 | add the specified files on the next commit |
|
130 | 130 | |
|
131 | 131 | options: |
|
132 | 132 | |
|
133 | 133 | -I --include |
|
134 | 134 | include path in search |
|
135 | 135 | -X --exclude |
|
136 | 136 | exclude path from search |
|
137 | 137 | hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]... |
|
138 | 138 | |
|
139 | 139 | diff working directory (or selected files) |
|
140 | 140 | |
|
141 | 141 | options: |
|
142 | 142 | |
|
143 | 143 | -r --rev |
|
144 | 144 | revision |
|
145 | 145 | -I --include |
|
146 | 146 | include path in search |
|
147 | 147 | -X --exclude |
|
148 | 148 | exclude path from search |
|
149 | 149 | hg status [OPTION]... [FILE]... |
|
150 | 150 | |
|
151 | 151 | show changed files in the working directory |
|
152 | 152 | |
|
153 | 153 | M = modified |
|
154 | 154 | A = added |
|
155 | 155 | R = removed |
|
156 | 156 | ? = not tracked |
|
157 | 157 | |
|
158 | 158 | options: |
|
159 | 159 | |
|
160 | 160 | -m --modified |
|
161 | 161 | show only modified files |
|
162 | 162 | -a --added |
|
163 | 163 | show only added files |
|
164 | 164 | -r --removed |
|
165 | 165 | show only removed files |
|
166 | 166 | -u --unknown |
|
167 | 167 | show only unknown (not tracked) files |
|
168 | 168 | -I --include |
|
169 | 169 | include path in search |
|
170 | 170 | -X --exclude |
|
171 | 171 | exclude path from search |
|
172 | 172 | hg status [OPTION]... [FILE]... |
|
173 | 173 | |
|
174 | 174 | show changed files in the working directory |
|
175 | 175 | hg: unknown command 'foo' |
|
176 | 176 | Mercurial Distributed SCM |
|
177 | 177 | |
|
178 | 178 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
179 | 179 | |
|
180 | 180 | add add the specified files on the next commit |
|
181 | 181 | annotate show changeset information per file line |
|
182 | 182 | clone make a copy of an existing repository |
|
183 | 183 | commit commit the specified files or all outstanding changes |
|
184 | 184 | diff diff working directory (or selected files) |
|
185 | 185 | export dump the header and diffs for one or more changesets |
|
186 | 186 | init create a new repository in the given directory |
|
187 | 187 | log show the revision history of the repository or a single file |
|
188 | 188 | pull pull changes from the specified source |
|
189 | 189 | push push changes to the specified destination |
|
190 | 190 | remove remove the specified files on the next commit |
|
191 | 191 | revert revert modified files or dirs back to their unmodified states |
|
192 | 192 | serve export the repository via HTTP |
|
193 | 193 | status show changed files in the working directory |
|
194 | 194 | update update or merge working directory |
|
195 | 195 | hg: unknown command 'skjdfks' |
|
196 | 196 | Mercurial Distributed SCM |
|
197 | 197 | |
|
198 | 198 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
199 | 199 | |
|
200 | 200 | add add the specified files on the next commit |
|
201 | 201 | annotate show changeset information per file line |
|
202 | 202 | clone make a copy of an existing repository |
|
203 | 203 | commit commit the specified files or all outstanding changes |
|
204 | 204 | diff diff working directory (or selected files) |
|
205 | 205 | export dump the header and diffs for one or more changesets |
|
206 | 206 | init create a new repository in the given directory |
|
207 | 207 | log show the revision history of the repository or a single file |
|
208 | 208 | pull pull changes from the specified source |
|
209 | 209 | push push changes to the specified destination |
|
210 | 210 | remove remove the specified files on the next commit |
|
211 | 211 | revert revert modified files or dirs back to their unmodified states |
|
212 | 212 | serve export the repository via HTTP |
|
213 | 213 | status show changed files in the working directory |
|
214 | 214 | update update or merge working directory |
General Comments 0
You need to be logged in to leave comments.
Login now