##// END OF EJS Templates
hgcia, convert: escape backslashes in docstrings
Martin Geisler -
r8541:06ace504 default
parent child Browse files
Show More
@@ -144,13 +144,13 b' def convert(ui, src, dest=None, revmapfi'
144 single changeset. When very large files were checked in as
144 single changeset. When very large files were checked in as
145 part of a changeset then the default may not be long
145 part of a changeset then the default may not be long
146 enough.
146 enough.
147 --config convert.cvsps.mergeto='{{mergetobranch ([-\w]+)}}'
147 --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'
148 Specify a regular expression to which commit log messages
148 Specify a regular expression to which commit log messages
149 are matched. If a match occurs, then the conversion
149 are matched. If a match occurs, then the conversion
150 process will insert a dummy revision merging the branch on
150 process will insert a dummy revision merging the branch on
151 which this log message occurs to the branch indicated in
151 which this log message occurs to the branch indicated in
152 the regex.
152 the regex.
153 --config convert.cvsps.mergefrom='{{mergefrombranch ([-\w]+)}}'
153 --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'
154 Specify a regular expression to which commit log messages
154 Specify a regular expression to which commit log messages
155 are matched. If a match occurs, then the conversion
155 are matched. If a match occurs, then the conversion
156 process will add the most recent revision on the branch
156 process will add the most recent revision on the branch
@@ -16,7 +16,7 b' project = foo'
16 # Append a diffstat to the log message (optional)
16 # Append a diffstat to the log message (optional)
17 #diffstat = False
17 #diffstat = False
18 # Template to use for log messages (optional)
18 # Template to use for log messages (optional)
19 #template = {desc}\n{baseurl}/rev/{node}-- {diffstat}
19 #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}
20 # Style to use (optional)
20 # Style to use (optional)
21 #style = foo
21 #style = foo
22 # The URL of the CIA notification service (optional)
22 # The URL of the CIA notification service (optional)
General Comments 0
You need to be logged in to leave comments. Login now