# HG changeset patch # User Martin Geisler # Date 1281886383 -7200 # Node ID 2da0cf99b642ba408905131307d999eaac8b042a # Parent 8f40125a0ed86bc1755334af705b755acf718dc2 debugbuilddag: escape backslash properly in help string diff -r 8f40125a0ed8 -r 2da0cf99b642 mercurial/commands.py --- 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.