Show More
@@ -2166,6 +2166,7 b' def phabimport(ui, repo, *specs, **opts)' | |||||
2166 | (b'', b'abandon', False, _(b'abandon revisions')), |
|
2166 | (b'', b'abandon', False, _(b'abandon revisions')), | |
2167 | (b'', b'reclaim', False, _(b'reclaim revisions')), |
|
2167 | (b'', b'reclaim', False, _(b'reclaim revisions')), | |
2168 | (b'', b'close', False, _(b'close revisions')), |
|
2168 | (b'', b'close', False, _(b'close revisions')), | |
|
2169 | (b'', b'reopen', False, _(b'reopen revisions')), | |||
2169 | (b'', b'plan-changes', False, _(b'plan changes for revisions')), |
|
2170 | (b'', b'plan-changes', False, _(b'plan changes for revisions')), | |
2170 | (b'm', b'comment', b'', _(b'comment on the last revision')), |
|
2171 | (b'm', b'comment', b'', _(b'comment on the last revision')), | |
2171 | ], |
|
2172 | ], | |
@@ -2186,6 +2187,7 b' def phabupdate(ui, repo, *specs, **opts)' | |||||
2186 | b'plan-changes', |
|
2187 | b'plan-changes', | |
2187 | b'reclaim', |
|
2188 | b'reclaim', | |
2188 | b'reject', |
|
2189 | b'reject', | |
|
2190 | b'reopen', | |||
2189 | b'request-review', |
|
2191 | b'request-review', | |
2190 | ] |
|
2192 | ] | |
2191 | flags = [n for n in transactions if opts.get(n.replace(b'-', b'_'))] |
|
2193 | flags = [n for n in transactions if opts.get(n.replace(b'-', b'_'))] |
General Comments 0
You need to be logged in to leave comments.
Login now