sapling/hgext/largefiles
Mads Kiilerich 68d046f103 largefiles: missing largefiles should not be committed as removed
Largefiles can easily become missing - for example if it simply isn't available
or the download fail. It might even be convenient to be able to work that way
in some cases.

But commiting missing largefiles as if they had been 'hg remove'd is plain wrong.
2013-02-28 13:45:18 +01:00
..
__init__.py largefiles: mark as a first party extension 2012-07-20 22:10:52 -04:00
basestore.py largefiles: don't assume that .hg/largefiles/ still exists 2013-02-28 13:45:18 +01:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: fix download of largefiles from an empty list of changesets 2013-02-28 13:44:24 +01:00
lfutil.py largefiles: getstandinmatcher should not depend on existence of directories 2013-02-28 13:45:18 +01:00
localstore.py largefiles: cleanup of warnings on errors getting largefiles 2012-12-13 19:19:06 +01:00
overrides.py largefiles: fix off-by-one error on pull --all-largefiles 2013-02-28 13:44:22 +01:00
proto.py largefiles: don't verify largefile hashes on servers when processing statlfile 2013-01-28 15:19:44 +01:00
remotestore.py largefiles: adapt remotestore._getfile to batched statlfile 2013-01-28 15:19:44 +01:00
reposetup.py largefiles: missing largefiles should not be committed as removed 2013-02-28 13:45:18 +01:00
uisetup.py largefiles: fix largefiles+subrepo update (issue3752) 2013-01-23 00:51:53 +01:00
wirestore.py largefiles: let wirestore._stat return stats as expected by remotestore verify 2013-01-28 15:19:44 +01:00