##// END OF EJS Templates
bmstore.write: use unsetcurrent instead of setcurrent with None
Siddharth Agarwal -
r20098:2880b456 default
parent child Browse files
Show More
@@ -58,7 +58,7 b' class bmstore(dict):'
58 '''
58 '''
59 repo = self._repo
59 repo = self._repo
60 if repo._bookmarkcurrent not in self:
60 if repo._bookmarkcurrent not in self:
61 setcurrent(repo, None)
61 unsetcurrent(repo)
62
62
63 wlock = repo.wlock()
63 wlock = repo.wlock()
64 try:
64 try:
General Comments 0
You need to be logged in to leave comments. Login now