sapling/hgext/largefiles
Mads Kiilerich b315fbc5ab largefiles: use wlock for lfconvert (issue3444)
largefiles and lfconvert do dirty hacks with dirstate, so to avoid writing that
as a side effect of the wlock release we clear dirstate first.

To avoid confusing lock validation algorithms in error situations we unlock
_before_ removing the target directory.
2012-05-13 17:34:55 +02:00
..
__init__.py largefiles: clarify help when options are ignored until first add is done 2011-12-28 00:01:48 +01:00
basestore.py largefiles: remove use of underscores that breaks coding convention 2012-03-09 16:11:52 +01:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: use wlock for lfconvert (issue3444) 2012-05-13 17:34:55 +02:00
lfutil.py largefiles: remove use of underscores that breaks coding convention 2012-03-09 16:11:52 +01:00
localstore.py largefiles: remove lfutil.createdir, replace calls with util.makedirs 2011-10-25 11:45:28 -04:00
overrides.py largefiles: fix deletion of multiple missing largefiles (issue3329) 2012-05-11 15:32:22 +02:00
proto.py largefiles: in putlfile, ensure tempfile's directory exists prior to creation 2012-05-04 14:36:40 -04:00
remotestore.py largefiles: improve error reporting 2011-10-13 20:24:29 -04:00
reposetup.py largefiles: fix "hg status dir" missing regular files (issue3421) 2012-05-06 13:14:58 +02:00
uisetup.py largefiles: notice dirty large files in a subrepo 2012-04-22 13:19:22 -04:00
wirestore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00