Show More
@@ -1007,7 +1007,7 b' class localrepository(object):' | |||||
1007 |
|
1007 | |||
1008 | parents = self.dirstate.parents() |
|
1008 | parents = self.dirstate.parents() | |
1009 | self.destroying() |
|
1009 | self.destroying() | |
1010 | vfsmap = {'plain': self.vfs} |
|
1010 | vfsmap = {'plain': self.vfs, '': self.svfs} | |
1011 | transaction.rollback(self.svfs, vfsmap, 'undo', ui.warn) |
|
1011 | transaction.rollback(self.svfs, vfsmap, 'undo', ui.warn) | |
1012 | if self.vfs.exists('undo.bookmarks'): |
|
1012 | if self.vfs.exists('undo.bookmarks'): | |
1013 | self.vfs.rename('undo.bookmarks', 'bookmarks') |
|
1013 | self.vfs.rename('undo.bookmarks', 'bookmarks') |
General Comments 0
You need to be logged in to leave comments.
Login now