##// 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 '''Parse .hg/bookmarks file and return a dictionary
218 '''Parse .hg/bookmarks file and return a dictionary
219
219
220 Bookmarks are stored as {HASH}\\s{NAME}\\n (localtags format) values
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
221 in the .hg/bookmarks file.
222 with name => hash values.
222 Read the file and return a (name=>nodeid) dictionary
223 '''
223 '''
224 try:
224 try:
225 bookmarks = {}
225 bookmarks = {}
General Comments 0
You need to be logged in to leave comments. Login now