Show More
@@ -7,9 +7,9 b'' | |||||
7 | """simple Phabricator integration |
|
7 | """simple Phabricator integration | |
8 |
|
8 | |||
9 | This extension provides a ``phabsend`` command which sends a stack of |
|
9 | This extension provides a ``phabsend`` command which sends a stack of | |
10 | changesets to Phabricator without amending commit messages, and a ``phabread`` |
|
10 | changesets to Phabricator, and a ``phabread`` command which prints a stack of | |
11 | command which prints a stack of revisions in a format suitable |
|
11 | revisions in a format suitable for :hg:`import`, and a ``phabupdate`` command | |
12 | for :hg:`import`, and a ``phabupdate`` command to update statuses in batch. |
|
12 | to update statuses in batch. | |
13 |
|
13 | |||
14 | By default, Phabricator requires ``Test Plan`` which might prevent some |
|
14 | By default, Phabricator requires ``Test Plan`` which might prevent some | |
15 | changeset from being sent. The requirement could be disabled by changing |
|
15 | changeset from being sent. The requirement could be disabled by changing | |
@@ -339,7 +339,7 b' def userphids(repo, names):' | |||||
339 |
|
339 | |||
340 | @command('phabsend', |
|
340 | @command('phabsend', | |
341 | [('r', 'rev', [], _('revisions to send'), _('REV')), |
|
341 | [('r', 'rev', [], _('revisions to send'), _('REV')), | |
342 |
('', 'amend', |
|
342 | ('', 'amend', True, _('update commit messages')), | |
343 | ('', 'reviewer', [], _('specify reviewers')), |
|
343 | ('', 'reviewer', [], _('specify reviewers')), | |
344 | ('', 'confirm', None, _('ask for confirmation before sending'))], |
|
344 | ('', 'confirm', None, _('ask for confirmation before sending'))], | |
345 | _('REV [OPTIONS]')) |
|
345 | _('REV [OPTIONS]')) |
General Comments 0
You need to be logged in to leave comments.
Login now