sapling/hgext/largefiles
FUJIWARA Katsunori 5359d785ec largefiles: remove useless overrideupdate
Now, "overrideupdate()" wrapping "hg update" is useless, because
"workingctx.dirty() and raising Abort" in "hg update" was replaced by
"cmdutil.bailifchanged()" in the previous patch, and the latter can
detect changes of largefiles in the working directory.
2015-03-25 13:55:35 +09:00
..
__init__.py largefiles: define norepo in command decorator 2014-05-04 21:11:15 -07:00
basestore.py largefiles: use 'default' path for pulling largefiles, not 'default-push' 2015-01-23 18:41:37 +01:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py spelling: fixes from proofreading of spell checker issues 2015-01-18 02:38:57 +01:00
lfutil.py largefiles: replace 'ctx._repo' with 'ctx.repo()' 2015-03-12 23:08:16 -04: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 useless overrideupdate 2015-03-25 13:55:35 +09: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 largefiles: fix typo with s/__class/__class__/ 2015-03-23 17:07:25 -07:00
uisetup.py largefiles: remove useless overrideupdate 2015-03-25 13:55:35 +09:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00