mercurial/commands.py
branchstable
changeset 15968 bf87b6b95ce5
parent 15959 db33555eafea
child 15985 740b1b4c7958
--- a/mercurial/commands.py	Mon Jan 23 13:24:32 2012 +0100
+++ b/mercurial/commands.py	Sun Jan 22 21:30:09 2012 +0100
@@ -4249,7 +4249,7 @@
             else:
                 ui.warn(_('no phases changed\n'))
                 ret = 1
-        return ret
+    return ret
 
 def postincoming(ui, repo, modheads, optupdate, checkout):
     if modheads == 0: