Show More
@@ -2168,6 +2168,7 b' def phabimport(ui, repo, *specs, **opts)' | |||||
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'reopen', False, _(b'reopen revisions')), | |
2170 | (b'', b'plan-changes', False, _(b'plan changes for revisions')), |
|
2170 | (b'', b'plan-changes', False, _(b'plan changes for revisions')), | |
|
2171 | (b'', b'commandeer', False, _(b'commandeer revisions')), | |||
2171 | (b'm', b'comment', b'', _(b'comment on the last revision')), |
|
2172 | (b'm', b'comment', b'', _(b'comment on the last revision')), | |
2172 | ], |
|
2173 | ], | |
2173 | _(b'DREVSPEC... [OPTIONS]'), |
|
2174 | _(b'DREVSPEC... [OPTIONS]'), | |
@@ -2184,6 +2185,7 b' def phabupdate(ui, repo, *specs, **opts)' | |||||
2184 | b'abandon', |
|
2185 | b'abandon', | |
2185 | b'accept', |
|
2186 | b'accept', | |
2186 | b'close', |
|
2187 | b'close', | |
|
2188 | b'commandeer', | |||
2187 | b'plan-changes', |
|
2189 | b'plan-changes', | |
2188 | b'reclaim', |
|
2190 | b'reclaim', | |
2189 | b'reject', |
|
2191 | b'reject', |
General Comments 0
You need to be logged in to leave comments.
Login now