sapling/hgext/largefiles
2011-11-25 02:09:48 +01:00
..
__init__.py largefiles: improve markup in module help text 2011-10-24 10:08:58 +02:00
basestore.py largefiles: rename functions and methods to match desired behavior 2011-10-20 13:24:09 -04:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: treat status of cache missed largefiles as "missing" correctly 2011-11-11 02:33:01 +09:00
lfutil.py largefiles: copy files into .hg/largefiles atomically 2011-11-24 18:13:18 +01:00
localstore.py largefiles: remove lfutil.createdir, replace calls with util.makedirs 2011-10-25 11:45:28 -04:00
overrides.py largefiles: avoid use of uinitialized variable in case of errors 2011-11-25 02:09:48 +01:00
proto.py largefiles: replace tempfile.NamedTemporaryFile with tempfile.mkstemp 2011-10-20 17:24:59 -04:00
remotestore.py largefiles: improve error reporting 2011-10-13 20:24:29 -04:00
reposetup.py largefiles: avoid checking requirements on every command 2011-10-29 17:38:13 -05:00
uisetup.py largefiles: fix bad bug where transplanting a changeset with a largefile will result in an old largefile being comitted later on 2011-10-28 18:48:24 +02:00
wirestore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00