hgext/largefiles/reposetup.py
changeset 20177 c5f0574034ef
parent 19779 fb6e87d93948
child 20790 49f2d5644f04
child 20858 bc56ec9e64df
--- a/hgext/largefiles/reposetup.py	Wed Nov 13 15:55:30 2013 +0900
+++ b/hgext/largefiles/reposetup.py	Tue Dec 03 13:28:04 2013 -0500
@@ -445,8 +445,8 @@
                              for f in files
                              if lfutil.isstandin(f) and f in ctx]))
                 lfcommands.uploadlfiles(ui, self, remote, toupload)
-            return super(lfilesrepo, self).push(remote, force, revs,
-                newbranch)
+            return super(lfilesrepo, self).push(remote, force=force, revs=revs,
+                newbranch=newbranch)
 
         def _subdirlfs(self, files, lfiles):
             '''