sapling/hgext/largefiles
Mads Kiilerich 940d175900 localrepo: refactor prepushoutgoinghook to take a pushop
prepushoutgoinghook was introduced in 8dfcd476a7f7 and largefiles is the only
in-tree use of it. Refactor it to be more useful for other use cases in
largefiles.
2016-04-13 01:09:11 +02:00
..
__init__.py largefiles: use double quotes for arguments 2016-01-12 09:30:39 +00:00
basestore.py largefiles: specify unit for ui.progress when operating on files 2016-03-11 22:21:43 +08:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: replace invocation of os.path module by vfs in lfcommands.py 2016-03-13 23:16:44 +01:00
lfutil.py largefiles: add some docstrings 2016-03-19 08:28:24 -07:00
localstore.py largefiles: use a context manager in _getfile 2016-01-12 14:27:42 -08:00
overrides.py largefiles: replace invocation of os.path module by vfs in overrides.py 2016-03-19 14:50:40 +01:00
proto.py largefiles: add some docstrings 2016-03-19 08:28:24 -07:00
remotestore.py largefiles: add abstract methods in remotestore class 2016-03-10 10:56:02 +01:00
reposetup.py localrepo: refactor prepushoutgoinghook to take a pushop 2016-04-13 01:09:11 +02:00
uisetup.py revset: replace extpredicate by revsetpredicate of registrar 2016-03-08 23:04:53 +09:00
wirestore.py largefiles: use iterbatch instead of batch 2016-03-02 13:13:05 -05:00