# HG changeset patch # User Kevin Bullock # Date 1336249854 18000 # Node ID b11d181b87ba1f25fde4aab70fc7c5c2b7f85c92 # Parent dc7010ed01016df926c4e234dd0129de731c5d77 update: remove unnecessary argument check diff -r dc7010ed0101 -r b11d181b87ba mercurial/commands.py --- a/mercurial/commands.py Sun Oct 14 20:27:55 2012 +0200 +++ b/mercurial/commands.py Sat May 05 15:30:54 2012 -0500 @@ -5848,7 +5848,7 @@ # with no argument, we also move the current bookmark, if any movemarkfrom = None - if rev is None or node == '': + if rev is None: movemarkfrom = repo['.'].node() # if we defined a bookmark, we have to remember the original bookmark name