[Updated] D8756: phabupdate: allow resigning from revisions
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Thu Jul 16 16:55:52 UTC 2020
Closed by commit rHGc59e7bed8924: phabupdate: allow resigning from revisions (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8756?vs=21927&id=21946
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8756/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8756
AFFECTED FILES
hgext/phabricator.py
CHANGE DETAILS
diff --git a/hgext/phabricator.py b/hgext/phabricator.py
--- a/hgext/phabricator.py
+++ b/hgext/phabricator.py
@@ -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'resign', False, _(b'resign as a reviewer from revisions')),
(b'', b'commandeer', False, _(b'commandeer revisions')),
(b'm', b'comment', b'', _(b'comment on the last revision')),
],
@@ -2191,6 +2192,7 @@
b'reject',
b'reopen',
b'request-review',
+ b'resign',
]
flags = [n for n in transactions if opts.get(n.replace(b'-', b'_'))]
if len(flags) > 1:
To: mharbison72, #hg-reviewers, marmoute
Cc: Kwan, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200716/396061e7/attachment-0002.html>
More information about the Mercurial-patches
mailing list