From patchwork Wed Aug 16 18:58:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D411: push: fix docsstring From: phabricator X-Patchwork-Id: 23090 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Wed, 16 Aug 2017 18:58:24 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGf6dc30b83432: push: fix docsstring (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D411?vs=966&id=1005 REVISION DETAIL https://phab.mercurial-scm.org/D411 AFFECTED FILES mercurial/commands.py CHANGE DETAILS To: quark, #hg-reviewers, durin42 Cc: mercurial-devel 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