mercurial/exchange.py
changeset 20924 e10000369b47
parent 20901 a26dfa7f534c
child 20925 5174c48ed8d8
--- a/mercurial/exchange.py	Fri Mar 28 14:43:30 2014 -0700
+++ b/mercurial/exchange.py	Tue Apr 01 13:45:48 2014 -0700
@@ -95,7 +95,7 @@
         msg = 'cannot lock source repository: %s\n' % err
         pushop.ui.debug(msg)
     try:
-        pushop.repo.checkpush(pushop.force, pushop.revs)
+        pushop.repo.checkpush(pushop)
         lock = None
         unbundle = pushop.remote.capable('unbundle')
         if not unbundle: