##// END OF EJS Templates
bookmarks: restore python 2.4 compatibility...
Gilles Moris -
r16194:6ba53012 stable
parent child Browse files
Show More
@@ -129,6 +129,7 b' def setcurrent(repo, mark):'
129 def unsetcurrent(repo):
129 def unsetcurrent(repo):
130 wlock = repo.wlock()
130 wlock = repo.wlock()
131 try:
131 try:
132 try:
132 util.unlink(repo.join('bookmarks.current'))
133 util.unlink(repo.join('bookmarks.current'))
133 repo._bookmarkcurrent = None
134 repo._bookmarkcurrent = None
134 except OSError, inst:
135 except OSError, inst:
General Comments 0
You need to be logged in to leave comments. Login now