author | liscju <piotr.listkiewicz@gmail.com> |
Fri, 24 Jun 2016 11:51:00 +0200 | |
changeset 29409 | d2c375071d16 |
parent 29408 | 785cadec2091 |
child 29410 | 222f6834c69a |
--- a/hgext/largefiles/localstore.py Thu Jun 23 12:37:09 2016 -0700 +++ b/hgext/largefiles/localstore.py Fri Jun 24 11:51:00 2016 +0200 @@ -36,7 +36,6 @@ retval[hash] = lfutil.instore(self.remote, hash) return retval - def _getfile(self, tmpfile, filename, hash): path = lfutil.findfile(self.remote, hash) if not path: