##// END OF EJS Templates
bookmarks: escape literal backslashes in docstring
Martin Geisler -
r7789:e8d62d61 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' import os'
33 def parse(repo):
33 def parse(repo):
34 '''Parse .hg/bookmarks file and return a dictionary
34 '''Parse .hg/bookmarks file and return a dictionary
35
35
36 Bookmarks are stored as {HASH}\s{NAME}\n (localtags format) values
36 Bookmarks are stored as {HASH}\\s{NAME}\\n (localtags format) values
37 in the .hg/bookmarks file. They are read by the parse() method and
37 in the .hg/bookmarks file. They are read by the parse() method and
38 returned as a dictionary with name => hash values.
38 returned as a dictionary with name => hash values.
39
39
General Comments 0
You need to be logged in to leave comments. Login now