changeset 45139:383b8c77096d

phabupdate: allow revisions to be commandeered Differential Revision: https://phab.mercurial-scm.org/D8755
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 15 Jul 2020 14:14:58 -0400
parents 2010f3143062
children c59e7bed8924
files hgext/phabricator.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/phabricator.py	Wed Jul 15 14:13:16 2020 -0400
+++ b/hgext/phabricator.py	Wed Jul 15 14:14:58 2020 -0400
@@ -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',