branch | stable |
changeset 18481 | ed647c59753b |
parent 17425 | e95ec38f86b0 |
child 18482 | 6f219eb83435 |
--- a/hgext/largefiles/remotestore.py Sun Jan 27 11:39:51 2013 -0600 +++ b/hgext/largefiles/remotestore.py Mon Jan 28 15:19:44 2013 +0100 @@ -74,7 +74,7 @@ return lfutil.copyandhash(lfutil.blockstream(infile), tmpfile) def _verify(self, hashes): - return self._stat(hashes) + return dict((h, s == 0) for (h, s) in self._stat(hashes).iteritems()) def _verifyfile(self, cctx, cset, contents, standin, verified): filename = lfutil.splitstandin(standin)