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