##// END OF EJS Templates
bookmarks: rewrite _bookmarks method documentation
Nicolas Dumazet -
r11641:ead7550f stable
parent child Browse files
Show More
@@ -218,8 +218,8 b' def reposetup(ui, repo):'
218 218 '''Parse .hg/bookmarks file and return a dictionary
219 219
220 220 Bookmarks are stored as {HASH}\\s{NAME}\\n (localtags format) values
221 in the .hg/bookmarks file. They are read returned as a dictionary
222 with name => hash values.
221 in the .hg/bookmarks file.
222 Read the file and return a (name=>nodeid) dictionary
223 223 '''
224 224 try:
225 225 bookmarks = {}
General Comments 0
You need to be logged in to leave comments. Login now