sapling/hgext/largefiles
Martin von Zweigbergk cdeb1e3671 largefiles: remove redundant checks for false modify/delete conflicts
In c69fe5519c86 (largefiles: don't show largefile/normal prompts if
one side is unchanged, 2014-12-01), overridecalculateupdates() started
checking for false modify/delete conflicts in large files and their
standins. Then, in the very next changeset, 99b29d2bd5ed (merge:
before cd/dc prompt, check that changed side really changed,
2014-12-01), calculateupdates() itself started checking for false
modify/delete conflicts in all files. Since "large files and their
standins" is a subset of "all files", we can now drop the checks in
overridecalculateupdates().
2014-12-05 10:53:25 -08:00
..
__init__.py largefiles: define norepo in command decorator 2014-05-04 21:11:15 -07:00
basestore.py largefiles: hide passwords in URLs in ui messages 2013-10-17 16:13:15 +08:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: move "copyalltostore" invocation into "markcommitted" 2014-11-08 00:48:41 +09:00
lfutil.py largefiles: move "copyalltostore" invocation into "markcommitted" 2014-11-08 00:48:41 +09:00
localstore.py largefiles: don't close the fd passed to store._getfile 2013-04-15 23:47:04 +02:00
overrides.py largefiles: remove redundant checks for false modify/delete conflicts 2014-12-05 10:53:25 -08:00
proto.py largefiles: import whole modules instead of importing parts of them 2014-04-08 00:48:36 +02:00
remotestore.py largefiles: import whole modules instead of importing parts of them 2014-04-08 00:48:36 +02:00
reposetup.py merge with stable 2014-11-25 17:30:05 -06:00
uisetup.py largefiles: drop the override for 'fetch' 2014-11-30 23:30:31 -05:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00