Mercurial > public > mercurial-scm > hg
comparison contrib/phabricator.py @ 33974:45a8cd74de4e
phabsend: polish the docstring a bit
Differential Revision: https://phab.mercurial-scm.org/D510
author | Jun Wu <quark@fb.com> |
---|---|
date | Thu, 24 Aug 2017 17:26:10 -0700 |
parents | 6e666cd59879 |
children | 07ffff841863 |
comparison
equal
deleted
inserted
replaced
33973:a1cd6eae2ad3 | 33974:45a8cd74de4e |
---|---|
360 arcanist will do, and is more desired in author-push workflows. Otherwise, | 360 arcanist will do, and is more desired in author-push workflows. Otherwise, |
361 use local tags to record the ``Differential Revision`` association. | 361 use local tags to record the ``Differential Revision`` association. |
362 | 362 |
363 The --confirm option lets you confirm changesets before sending them. You | 363 The --confirm option lets you confirm changesets before sending them. You |
364 can also add following to your configuration file to make it default | 364 can also add following to your configuration file to make it default |
365 behaviour. | 365 behaviour:: |
366 | 366 |
367 [phabsend] | 367 [phabsend] |
368 confirm = true | 368 confirm = true |
369 | 369 |
370 phabsend will check obsstore and the above association to decide whether to | 370 phabsend will check obsstore and the above association to decide whether to |
371 update an existing Differential Revision, or create a new one. | 371 update an existing Differential Revision, or create a new one. |
372 """ | 372 """ |
373 revs = list(revs) + opts.get('rev', []) | 373 revs = list(revs) + opts.get('rev', []) |