# HG changeset patch # User Nicolas Dumazet # Date 2010-07-21 03:41:18 # Node ID ead7550f1aab9cfa346afe7577880bf00261b987 # Parent c3e8ab80ee90d5adf083f08ae65e520737c6498e bookmarks: rewrite _bookmarks method documentation diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py --- a/hgext/bookmarks.py +++ b/hgext/bookmarks.py @@ -218,8 +218,8 @@ def reposetup(ui, repo): '''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 = {}