changeset 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 a1cd6eae2ad3
children 07ffff841863
files contrib/phabricator.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/phabricator.py	Mon Aug 28 13:43:31 2017 +0200
+++ b/contrib/phabricator.py	Thu Aug 24 17:26:10 2017 -0700
@@ -362,10 +362,10 @@
 
     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.