Show More
@@ -4495,7 +4495,7 b' def paths(ui, repo, search=None):' | |||||
4495 | else: |
|
4495 | else: | |
4496 | ui.write("%s = %s\n" % (name, util.hidepassword(path))) |
|
4496 | ui.write("%s = %s\n" % (name, util.hidepassword(path))) | |
4497 |
|
4497 | |||
4498 |
@command(' |
|
4498 | @command('phase', | |
4499 | [('p', 'public', False, _('set changeset phase to public')), |
|
4499 | [('p', 'public', False, _('set changeset phase to public')), | |
4500 | ('d', 'draft', False, _('set changeset phase to draft')), |
|
4500 | ('d', 'draft', False, _('set changeset phase to draft')), | |
4501 | ('s', 'secret', False, _('set changeset phase to secret')), |
|
4501 | ('s', 'secret', False, _('set changeset phase to secret')), |
@@ -350,7 +350,6 b' invalid global arguments for normal comm' | |||||
350 | init create a new repository in the given directory |
|
350 | init create a new repository in the given directory | |
351 | log show revision history of entire repository or files |
|
351 | log show revision history of entire repository or files | |
352 | merge merge working directory with another revision |
|
352 | merge merge working directory with another revision | |
353 | phase set or show the current phase name |
|
|||
354 | pull pull changes from the specified source |
|
353 | pull pull changes from the specified source | |
355 | push push changes to the specified destination |
|
354 | push push changes to the specified destination | |
356 | remove remove the specified files on the next commit |
|
355 | remove remove the specified files on the next commit | |
@@ -377,7 +376,6 b' invalid global arguments for normal comm' | |||||
377 | init create a new repository in the given directory |
|
376 | init create a new repository in the given directory | |
378 | log show revision history of entire repository or files |
|
377 | log show revision history of entire repository or files | |
379 | merge merge working directory with another revision |
|
378 | merge merge working directory with another revision | |
380 | phase set or show the current phase name |
|
|||
381 | pull pull changes from the specified source |
|
379 | pull pull changes from the specified source | |
382 | push push changes to the specified destination |
|
380 | push push changes to the specified destination | |
383 | remove remove the specified files on the next commit |
|
381 | remove remove the specified files on the next commit | |
@@ -404,7 +402,6 b' invalid global arguments for normal comm' | |||||
404 | init create a new repository in the given directory |
|
402 | init create a new repository in the given directory | |
405 | log show revision history of entire repository or files |
|
403 | log show revision history of entire repository or files | |
406 | merge merge working directory with another revision |
|
404 | merge merge working directory with another revision | |
407 | phase set or show the current phase name |
|
|||
408 | pull pull changes from the specified source |
|
405 | pull pull changes from the specified source | |
409 | push push changes to the specified destination |
|
406 | push push changes to the specified destination | |
410 | remove remove the specified files on the next commit |
|
407 | remove remove the specified files on the next commit |
@@ -26,7 +26,6 b' basic commands:' | |||||
26 | init create a new repository in the given directory |
|
26 | init create a new repository in the given directory | |
27 | log show revision history of entire repository or files |
|
27 | log show revision history of entire repository or files | |
28 | merge merge working directory with another revision |
|
28 | merge merge working directory with another revision | |
29 | phase set or show the current phase name |
|
|||
30 | pull pull changes from the specified source |
|
29 | pull pull changes from the specified source | |
31 | push push changes to the specified destination |
|
30 | push push changes to the specified destination | |
32 | remove remove the specified files on the next commit |
|
31 | remove remove the specified files on the next commit |
@@ -201,7 +201,6 b' Show all commands + options' | |||||
201 | init: ssh, remotecmd, insecure |
|
201 | init: ssh, remotecmd, insecure | |
202 | log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, branch, prune, hidden, patch, git, limit, no-merges, stat, graph, style, template, include, exclude |
|
202 | log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, branch, prune, hidden, patch, git, limit, no-merges, stat, graph, style, template, include, exclude | |
203 | merge: force, rev, preview, tool |
|
203 | merge: force, rev, preview, tool | |
204 | phase: public, draft, secret, force, rev |
|
|||
205 | pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure |
|
204 | pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure | |
206 | push: force, rev, bookmark, branch, new-branch, ssh, remotecmd, insecure |
|
205 | push: force, rev, bookmark, branch, new-branch, ssh, remotecmd, insecure | |
207 | remove: after, force, include, exclude |
|
206 | remove: after, force, include, exclude | |
@@ -261,6 +260,7 b' Show all commands + options' | |||||
261 | outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos |
|
260 | outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos | |
262 | parents: rev, style, template |
|
261 | parents: rev, style, template | |
263 | paths: |
|
262 | paths: | |
|
263 | phase: public, draft, secret, force, rev | |||
264 | recover: |
|
264 | recover: | |
265 | rename: after, force, include, exclude, dry-run |
|
265 | rename: after, force, include, exclude, dry-run | |
266 | resolve: all, list, mark, unmark, no-status, tool, include, exclude |
|
266 | resolve: all, list, mark, unmark, no-status, tool, include, exclude |
@@ -15,7 +15,6 b' Short help:' | |||||
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 | phase set or show the current phase name |
|
|||
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 | |
@@ -37,7 +36,6 b' Short help:' | |||||
37 | init create a new repository in the given directory |
|
36 | init create a new repository in the given directory | |
38 | log show revision history of entire repository or files |
|
37 | log show revision history of entire repository or files | |
39 | merge merge working directory with another revision |
|
38 | merge merge working directory with another revision | |
40 | phase set or show the current phase name |
|
|||
41 | pull pull changes from the specified source |
|
39 | pull pull changes from the specified source | |
42 | push push changes to the specified destination |
|
40 | push push changes to the specified destination | |
43 | remove remove the specified files on the next commit |
|
41 | remove remove the specified files on the next commit | |
@@ -222,7 +220,6 b' Test short command list with verbose opt' | |||||
222 | init create a new repository in the given directory |
|
220 | init create a new repository in the given directory | |
223 | log, history show revision history of entire repository or files |
|
221 | log, history show revision history of entire repository or files | |
224 | merge merge working directory with another revision |
|
222 | merge merge working directory with another revision | |
225 | phase set or show the current phase name |
|
|||
226 | pull pull changes from the specified source |
|
223 | pull pull changes from the specified source | |
227 | push push changes to the specified destination |
|
224 | push push changes to the specified destination | |
228 | remove, rm remove the specified files on the next commit |
|
225 | remove, rm remove the specified files on the next commit | |
@@ -536,7 +533,6 b' Test command without options' | |||||
536 | init create a new repository in the given directory |
|
533 | init create a new repository in the given directory | |
537 | log show revision history of entire repository or files |
|
534 | log show revision history of entire repository or files | |
538 | merge merge working directory with another revision |
|
535 | merge merge working directory with another revision | |
539 | phase set or show the current phase name |
|
|||
540 | pull pull changes from the specified source |
|
536 | pull pull changes from the specified source | |
541 | push push changes to the specified destination |
|
537 | push push changes to the specified destination | |
542 | remove remove the specified files on the next commit |
|
538 | remove remove the specified files on the next commit | |
@@ -564,7 +560,6 b' Test command without options' | |||||
564 | init create a new repository in the given directory |
|
560 | init create a new repository in the given directory | |
565 | log show revision history of entire repository or files |
|
561 | log show revision history of entire repository or files | |
566 | merge merge working directory with another revision |
|
562 | merge merge working directory with another revision | |
567 | phase set or show the current phase name |
|
|||
568 | pull pull changes from the specified source |
|
563 | pull pull changes from the specified source | |
569 | push push changes to the specified destination |
|
564 | push push changes to the specified destination | |
570 | remove remove the specified files on the next commit |
|
565 | remove remove the specified files on the next commit |
@@ -29,7 +29,6 b'' | |||||
29 | init create a new repository in the given directory |
|
29 | init create a new repository in the given directory | |
30 | log show revision history of entire repository or files |
|
30 | log show revision history of entire repository or files | |
31 | merge merge working directory with another revision |
|
31 | merge merge working directory with another revision | |
32 | phase set or show the current phase name |
|
|||
33 | pull pull changes from the specified source |
|
32 | pull pull changes from the specified source | |
34 | push push changes to the specified destination |
|
33 | push push changes to the specified destination | |
35 | remove remove the specified files on the next commit |
|
34 | remove remove the specified files on the next commit |
General Comments 0
You need to be logged in to leave comments.
Login now