changeset 7789 | e8d62d6133c2 |
parent 7666 | 2ad81e9b075b |
child 7795 | 5043def56a80 |
--- a/hgext/bookmarks.py Tue Feb 17 23:13:48 2009 +0800 +++ b/hgext/bookmarks.py Tue Feb 17 23:58:56 2009 +0100 @@ -33,7 +33,7 @@ def parse(repo): '''Parse .hg/bookmarks file and return a dictionary - Bookmarks are stored as {HASH}\s{NAME}\n (localtags format) values + Bookmarks are stored as {HASH}\\s{NAME}\\n (localtags format) values in the .hg/bookmarks file. They are read by the parse() method and returned as a dictionary with name => hash values.