mercurial/wireproto.py
changeset 12701 cb9e1d1c34ea
parent 12337 6a6149487817
child 12702 f747c085b789
--- a/mercurial/wireproto.py	Mon Oct 11 13:51:10 2010 +0200
+++ b/mercurial/wireproto.py	Mon Oct 11 12:44:11 2010 -0500
@@ -310,7 +310,7 @@
                 sys.stderr.write("abort: %s\n" % inst)
         finally:
             lock.release()
-            return pushres(r)
+        return pushres(r)
 
     finally:
         fp.close()