mercurial/localrepo.py
changeset 15237 7196ed7a1505
parent 15187 0292f88d3b86
child 15321 e174353e8cda
--- a/mercurial/localrepo.py	Wed Oct 12 22:01:14 2011 +0200
+++ b/mercurial/localrepo.py	Wed Oct 12 11:09:57 2011 -0500
@@ -167,6 +167,9 @@
     def _bookmarkcurrent(self):
         return bookmarks.readcurrent(self)
 
+    def _writebookmarks(self, marks):
+      bookmarks.write(self)
+
     @filecache('00changelog.i', True)
     def changelog(self):
         c = changelog.changelog(self.sopener)