# HG changeset patch # User Jun Wu # Date 2017-08-16 00:22:57 # Node ID f6dc30b8343260a0ae43314f90ec6d5838c3d598 # Parent cfcfbe6c96f8140c16cb228b59e86d15560de098 push: fix docsstring Seems the code block misses `::`. This patch makes sure `[push]` and `pushvars.server = true` are in two lines. Differential Revision: https://phab.mercurial-scm.org/D411 diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4022,7 +4022,7 @@ def push(ui, repo, dest=None, **opts): 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