Mercurial > hg-stable
changeset 33875:f6dc30b83432
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
author | Jun Wu <quark@fb.com> |
---|---|
date | Tue, 15 Aug 2017 17:22:57 -0700 |
parents | cfcfbe6c96f8 |
children | 457d1ebf151b |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Aug 16 13:54:24 2017 +0900 +++ b/mercurial/commands.py Tue Aug 15 17:22:57 2017 -0700 @@ -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