sapling/hgext/largefiles
Mads Kiilerich 602d83e7e6 largefiles: fix explicit commit of normal/largefile switch
Commit of corresponding normal/largefiles pairs would only commit the standin.
That is usually fine, except if either the normal file or the standin is a
remove while the other is an add. In that case it would either give duplicate
colliding entries or lose the file.

Instead, commit both filenames if one of them is a remove.
2015-10-21 00:18:11 +02:00
..
__init__.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
basestore.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
lfutil.py largefiles: fix explicit commit of normal/largefile switch 2015-10-21 00:18:11 +02:00
localstore.py largefiles: use lfutil.findstorepath() when verifying a local repo 2015-04-04 19:34:36 -04:00
overrides.py spelling: trivial spell checking 2015-10-17 00:58:46 +02:00
proto.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
remotestore.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
reposetup.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
uisetup.py filemerge: add a wrapper around the filemerge function 2015-10-11 12:31:08 -07:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00