Mercurial > hg
changeset 11881:2da0cf99b642 stable
debugbuilddag: escape backslash properly in help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 15 Aug 2010 17:33:03 +0200 |
parents | 8f40125a0ed8 |
children | b75dea24e296 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Aug 14 14:57:33 2010 +0200 +++ b/mercurial/commands.py Sun Aug 15 17:33:03 2010 +0200 @@ -889,7 +889,7 @@ - empty to denote the default parent. All string valued-elements are either strictly alphanumeric, or must - be enclosed in double quotes ("..."), with "\" as escape character. + be enclosed in double quotes ("..."), with "\\" as escape character. Note that the --overwritten-file and --appended-file options imply the use of "HGMERGE=internal:local" during DAG buildup.