Show More
@@ -3491,7 +3491,7 b' table = {' | |||||
3491 | ('n', 'newest-first', None, _('show newest record first')), |
|
3491 | ('n', 'newest-first', None, _('show newest record first')), | |
3492 | ] + logopts + remoteopts, |
|
3492 | ] + logopts + remoteopts, | |
3493 | _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')), |
|
3493 | _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')), | |
3494 |
" |
|
3494 | "parents": | |
3495 | (parents, |
|
3495 | (parents, | |
3496 | [('r', 'rev', '', _('show parents from the specified revision')), |
|
3496 | [('r', 'rev', '', _('show parents from the specified revision')), | |
3497 | ] + templateopts, |
|
3497 | ] + templateopts, |
@@ -173,7 +173,6 b' forget: include, exclude' | |||||
173 | init: ssh, remotecmd |
|
173 | init: ssh, remotecmd | |
174 | log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, prune, patch, git, limit, no-merges, style, template, include, exclude |
|
174 | log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, prune, patch, git, limit, no-merges, style, template, include, exclude | |
175 | merge: force, rev, preview |
|
175 | merge: force, rev, preview | |
176 | parents: rev, style, template |
|
|||
177 | pull: update, force, rev, ssh, remotecmd |
|
176 | pull: update, force, rev, ssh, remotecmd | |
178 | push: force, rev, ssh, remotecmd |
|
177 | push: force, rev, ssh, remotecmd | |
179 | remove: after, force, include, exclude |
|
178 | remove: after, force, include, exclude | |
@@ -215,6 +214,7 b' incoming: force, newest-first, bundle, r' | |||||
215 | locate: rev, print0, fullpath, include, exclude |
|
214 | locate: rev, print0, fullpath, include, exclude | |
216 | manifest: rev |
|
215 | manifest: rev | |
217 | outgoing: force, rev, newest-first, patch, git, limit, no-merges, style, template, ssh, remotecmd |
|
216 | outgoing: force, rev, newest-first, patch, git, limit, no-merges, style, template, ssh, remotecmd | |
|
217 | parents: rev, style, template | |||
218 | paths: |
|
218 | paths: | |
219 | recover: |
|
219 | recover: | |
220 | rename: after, force, include, exclude, dry-run |
|
220 | rename: after, force, include, exclude, dry-run |
@@ -12,7 +12,6 b' basic commands:' | |||||
12 | init create a new repository in the given directory |
|
12 | init create a new repository in the given directory | |
13 | log show revision history of entire repository or files |
|
13 | log show revision history of entire repository or files | |
14 | merge merge working directory with another revision |
|
14 | merge merge working directory with another revision | |
15 | parents show the parents of the working directory or revision |
|
|||
16 | pull pull changes from the specified source |
|
15 | pull pull changes from the specified source | |
17 | push push changes to the specified destination |
|
16 | push push changes to the specified destination | |
18 | remove remove the specified files on the next commit |
|
17 | remove remove the specified files on the next commit | |
@@ -32,7 +31,6 b' use "hg help" for the full list of comma' | |||||
32 | init create a new repository in the given directory |
|
31 | init create a new repository in the given directory | |
33 | log show revision history of entire repository or files |
|
32 | log show revision history of entire repository or files | |
34 | merge merge working directory with another revision |
|
33 | merge merge working directory with another revision | |
35 | parents show the parents of the working directory or revision |
|
|||
36 | pull pull changes from the specified source |
|
34 | pull pull changes from the specified source | |
37 | push push changes to the specified destination |
|
35 | push push changes to the specified destination | |
38 | remove remove the specified files on the next commit |
|
36 | remove remove the specified files on the next commit | |
@@ -317,7 +315,6 b' basic commands:' | |||||
317 | init create a new repository in the given directory |
|
315 | init create a new repository in the given directory | |
318 | log show revision history of entire repository or files |
|
316 | log show revision history of entire repository or files | |
319 | merge merge working directory with another revision |
|
317 | merge merge working directory with another revision | |
320 | parents show the parents of the working directory or revision |
|
|||
321 | pull pull changes from the specified source |
|
318 | pull pull changes from the specified source | |
322 | push push changes to the specified destination |
|
319 | push push changes to the specified destination | |
323 | remove remove the specified files on the next commit |
|
320 | remove remove the specified files on the next commit | |
@@ -342,7 +339,6 b' basic commands:' | |||||
342 | init create a new repository in the given directory |
|
339 | init create a new repository in the given directory | |
343 | log show revision history of entire repository or files |
|
340 | log show revision history of entire repository or files | |
344 | merge merge working directory with another revision |
|
341 | merge merge working directory with another revision | |
345 | parents show the parents of the working directory or revision |
|
|||
346 | pull pull changes from the specified source |
|
342 | pull pull changes from the specified source | |
347 | push push changes to the specified destination |
|
343 | push push changes to the specified destination | |
348 | remove remove the specified files on the next commit |
|
344 | remove remove the specified files on the next commit |
@@ -14,7 +14,6 b' basic commands:' | |||||
14 | init create a new repository in the given directory |
|
14 | init create a new repository in the given directory | |
15 | log show revision history of entire repository or files |
|
15 | log show revision history of entire repository or files | |
16 | merge merge working directory with another revision |
|
16 | merge merge working directory with another revision | |
17 | parents show the parents of the working directory or revision |
|
|||
18 | pull pull changes from the specified source |
|
17 | pull pull changes from the specified source | |
19 | push push changes to the specified destination |
|
18 | push push changes to the specified destination | |
20 | remove remove the specified files on the next commit |
|
19 | remove remove the specified files on the next commit |
@@ -15,7 +15,6 b' basic commands:' | |||||
15 | init create a new repository in the given directory |
|
15 | init create a new repository in the given directory | |
16 | log show revision history of entire repository or files |
|
16 | log show revision history of entire repository or files | |
17 | merge merge working directory with another revision |
|
17 | merge merge working directory with another revision | |
18 | parents show the parents of the working directory or revision |
|
|||
19 | pull pull changes from the specified source |
|
18 | pull pull changes from the specified source | |
20 | push push changes to the specified destination |
|
19 | push push changes to the specified destination | |
21 | remove remove the specified files on the next commit |
|
20 | remove remove the specified files on the next commit |
General Comments 0
You need to be logged in to leave comments.
Login now