diff hgext/convert/__init__.py @ 8541:06ace50443f6

hgcia, convert: escape backslashes in docstrings
author Martin Geisler <mg@lazybytes.net>
date Thu, 21 May 2009 22:53:26 +0200
parents 29f4f0d66cd5
children 5edb2a8e29ea
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Thu May 21 17:36:19 2009 +0200
+++ b/hgext/convert/__init__.py	Thu May 21 22:53:26 2009 +0200
@@ -144,13 +144,13 @@
             single changeset. When very large files were checked in as
             part of a changeset then the default may not be long
             enough.
-        --config convert.cvsps.mergeto='{{mergetobranch ([-\w]+)}}'
+        --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'
             Specify a regular expression to which commit log messages
             are matched. If a match occurs, then the conversion
             process will insert a dummy revision merging the branch on
             which this log message occurs to the branch indicated in
             the regex.
-        --config convert.cvsps.mergefrom='{{mergefrombranch ([-\w]+)}}'
+        --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'
             Specify a regular expression to which commit log messages
             are matched. If a match occurs, then the conversion
             process will add the most recent revision on the branch