mercurial/bookmarks.py
changeset 23317 197e17be5407
parent 23199 c35ffa4249ca
child 23360 e06daad65f85
--- a/mercurial/bookmarks.py	Wed Nov 05 01:59:32 2014 +0000
+++ b/mercurial/bookmarks.py	Fri Oct 17 20:53:42 2014 -0700
@@ -52,7 +52,7 @@
 
         The transaction is then responsible for updating the file content."""
         tr.addfilegenerator('bookmarks', ('bookmarks',), self._write,
-                            vfs=self._repo.vfs)
+                            location='plain')
         tr.hookargs['bookmark_moved'] = '1'
 
     def write(self):