changeset 11641:ead7550f1aab stable

bookmarks: rewrite _bookmarks method documentation
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 21 Jul 2010 12:41:18 +0900
parents c3e8ab80ee90
children 7f3581c5ad93
files hgext/bookmarks.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 = {}