Skip to content
Snippets Groups Projects
Commit 383b8c77 authored by Matt Harbison's avatar Matt Harbison
Browse files

phabupdate: allow revisions to be commandeered

Differential Revision: https://phab.mercurial-scm.org/D8755
parent 2010f314
Branches
Tags
No related merge requests found
......@@ -2168,6 +2168,7 @@
(b'', b'close', False, _(b'close revisions')),
(b'', b'reopen', False, _(b'reopen revisions')),
(b'', b'plan-changes', False, _(b'plan changes for revisions')),
(b'', b'commandeer', False, _(b'commandeer revisions')),
(b'm', b'comment', b'', _(b'comment on the last revision')),
],
_(b'DREVSPEC... [OPTIONS]'),
......@@ -2184,6 +2185,7 @@
b'abandon',
b'accept',
b'close',
b'commandeer',
b'plan-changes',
b'reclaim',
b'reject',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment