mercurial/commands.py
branchstable
changeset 19475 e24531a23ae4
parent 19469 bf6bc4681383
child 19476 4fed15d4c5aa
--- a/mercurial/commands.py	Wed Jul 24 23:27:30 2013 -0500
+++ b/mercurial/commands.py	Wed Jul 24 23:30:24 2013 -0500
@@ -5820,6 +5820,8 @@
     if rev is None or rev == '':
         rev = node
 
+    cmdutil.clearunfinished(repo)
+
     # with no argument, we also move the current bookmark, if any
     movemarkfrom = None
     if rev is None: