##// END OF EJS Templates
debugbuilddag: escape backslash properly in help string
Martin Geisler -
r11881:2da0cf99 stable
parent child Browse files
Show More
@@ -889,7 +889,7 b' def debugbuilddag(ui, repo, text,'
889 - empty to denote the default parent.
889 - empty to denote the default parent.
890
890
891 All string valued-elements are either strictly alphanumeric, or must
891 All string valued-elements are either strictly alphanumeric, or must
892 be enclosed in double quotes ("..."), with "\" as escape character.
892 be enclosed in double quotes ("..."), with "\\" as escape character.
893
893
894 Note that the --overwritten-file and --appended-file options imply the
894 Note that the --overwritten-file and --appended-file options imply the
895 use of "HGMERGE=internal:local" during DAG buildup.
895 use of "HGMERGE=internal:local" during DAG buildup.
General Comments 0
You need to be logged in to leave comments. Login now