Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 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 | 73112cb2a6d7 a4fbbe0fbc38 |
comparison
equal
deleted
inserted
replaced
11877:8f40125a0ed8 | 11881:2da0cf99b642 |
---|---|
887 node, or | 887 node, or |
888 - the name of a local tag you placed earlier using ":tag", or | 888 - the name of a local tag you placed earlier using ":tag", or |
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. |
896 """ | 896 """ |
897 | 897 |