# HG changeset patch # User Nicolas Dumazet # Date 1279683678 -32400 # Node ID ead7550f1aab9cfa346afe7577880bf00261b987 # Parent c3e8ab80ee90d5adf083f08ae65e520737c6498e bookmarks: rewrite _bookmarks method documentation diff -r c3e8ab80ee90 -r ead7550f1aab hgext/bookmarks.py --- a/hgext/bookmarks.py Wed Jul 21 19:29:57 2010 +0200 +++ b/hgext/bookmarks.py Wed Jul 21 12:41:18 2010 +0900 @@ -218,8 +218,8 @@ '''Parse .hg/bookmarks file and return a dictionary Bookmarks are stored as {HASH}\\s{NAME}\\n (localtags format) values - in the .hg/bookmarks file. They are read returned as a dictionary - with name => hash values. + in the .hg/bookmarks file. + Read the file and return a (name=>nodeid) dictionary ''' try: bookmarks = {}