##// END OF EJS Templates
phabupdate: allow resigning from revisions...
Matt Harbison -
r45700:c59e7bed default
parent child Browse files
Show More
@@ -2168,6 +2168,7 b' def phabimport(ui, repo, *specs, **opts)'
2168 2168 (b'', b'close', False, _(b'close revisions')),
2169 2169 (b'', b'reopen', False, _(b'reopen revisions')),
2170 2170 (b'', b'plan-changes', False, _(b'plan changes for revisions')),
2171 (b'', b'resign', False, _(b'resign as a reviewer from revisions')),
2171 2172 (b'', b'commandeer', False, _(b'commandeer revisions')),
2172 2173 (b'm', b'comment', b'', _(b'comment on the last revision')),
2173 2174 ],
@@ -2191,6 +2192,7 b' def phabupdate(ui, repo, *specs, **opts)'
2191 2192 b'reject',
2192 2193 b'reopen',
2193 2194 b'request-review',
2195 b'resign',
2194 2196 ]
2195 2197 flags = [n for n in transactions if opts.get(n.replace(b'-', b'_'))]
2196 2198 if len(flags) > 1:
General Comments 0
You need to be logged in to leave comments. Login now