hgext/bookmarks.py
branchstable
changeset 11561 e5aaaef91a27
parent 11444 b9a46acdfe1f
child 11641 ead7550f1aab
--- a/hgext/bookmarks.py	Thu Jul 01 19:23:26 2010 -0500
+++ b/hgext/bookmarks.py	Wed Jul 14 11:02:20 2010 -0400
@@ -146,7 +146,7 @@
             marks[mark] = repo.lookup(rev)
         else:
             marks[mark] = repo.changectx('.').node()
-            setcurrent(repo, mark)
+        setcurrent(repo, mark)
         write(repo)
         return