bookmarks: remove another uneeded return
authorAdrian Buehlmann <adrian@cadifra.com>
Thu, 18 Oct 2012 22:33:58 +0200
changeset 17808 f74217289c0a
parent 17807 b11d181b87ba
child 17809 a7462ca7f75e
bookmarks: remove another uneeded return
mercurial/commands.py
--- a/mercurial/commands.py	Sat May 05 15:30:54 2012 -0500
+++ b/mercurial/commands.py	Thu Oct 18 22:33:58 2012 +0200
@@ -850,7 +850,6 @@
         if not inactive and cur == marks[mark]:
             bookmarks.setcurrent(repo, mark)
         bookmarks.write(repo)
-        return
 
     else: # mark is None
         if len(marks) == 0: