hgext/largefiles/reposetup.py
changeset 20177 c5f0574034ef
parent 19779 fb6e87d93948
child 20790 49f2d5644f04
child 20858 bc56ec9e64df
equal deleted inserted replaced
20176:4c96c50ef937 20177:c5f0574034ef
   443                     toupload = toupload.union(
   443                     toupload = toupload.union(
   444                         set([ctx[f].data().strip()
   444                         set([ctx[f].data().strip()
   445                              for f in files
   445                              for f in files
   446                              if lfutil.isstandin(f) and f in ctx]))
   446                              if lfutil.isstandin(f) and f in ctx]))
   447                 lfcommands.uploadlfiles(ui, self, remote, toupload)
   447                 lfcommands.uploadlfiles(ui, self, remote, toupload)
   448             return super(lfilesrepo, self).push(remote, force, revs,
   448             return super(lfilesrepo, self).push(remote, force=force, revs=revs,
   449                 newbranch)
   449                 newbranch=newbranch)
   450 
   450 
   451         def _subdirlfs(self, files, lfiles):
   451         def _subdirlfs(self, files, lfiles):
   452             '''
   452             '''
   453             Adjust matched file list
   453             Adjust matched file list
   454             If we pass a directory to commit whose only commitable files
   454             If we pass a directory to commit whose only commitable files