D411: push: fix docsstring

quark (Jun Wu) phabricator at mercurial-scm.org
Wed Aug 16 00:23:43 UTC 2017


quark created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Seems the code block misses `::`. This patch makes sure `[push]` and
  `pushvars.server = true` are in two lines.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D411

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4022,7 +4022,7 @@
         strings that look like conflict markers.
 
         By default, servers will ignore `--pushvars`. To enable it add the
-        following to your configuration file
+        following to your configuration file::
 
             [push]
             pushvars.server = true



To: quark, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list