changeset 17808:f74217289c0a

bookmarks: remove another uneeded return
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 18 Oct 2012 22:33:58 +0200
parents b11d181b87ba
children a7462ca7f75e
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: