# HG changeset patch # User Jun Wu # Date 2017-08-25 00:26:10 # Node ID 45a8cd74de4e689bac82f6f45877f0d08f0c2276 # Parent a1cd6eae2ad36745340dcb127319df720ec142a8 phabsend: polish the docstring a bit Differential Revision: https://phab.mercurial-scm.org/D510 diff --git a/contrib/phabricator.py b/contrib/phabricator.py --- a/contrib/phabricator.py +++ b/contrib/phabricator.py @@ -362,10 +362,10 @@ def phabsend(ui, repo, *revs, **opts): The --confirm option lets you confirm changesets before sending them. You can also add following to your configuration file to make it default - behaviour. + behaviour:: - [phabsend] - confirm = true + [phabsend] + confirm = true phabsend will check obsstore and the above association to decide whether to update an existing Differential Revision, or create a new one.