sapling/remotefilelog
Durham Goode c5b2f574a0 Fix changegroup wrapping with new upstream Mercurial
Summary:
Recent changes to upstream Mercurial have moved localrepo.getbundle and
localrepo.addchangegroupfiles to changegroup.py.  remotefilelog wraps these
functions, and thus needs to be updated.

Applyupdate also had a function signature change, which is fixed here.

Minor fix to a test as well, which had a hard coded time instead of a glob.

Test Plan: ./run-tests.py --with-hg=/data/users/durham/hg/hg

Reviewers: sid0, davidsp, pyd, dschleimer

Differential Revision: https://phabricator.fb.com/D1260737
2014-04-04 15:55:06 -07:00
..
__init__.py Fix changegroup wrapping with new upstream Mercurial 2014-04-04 15:55:06 -07:00
cacheclient.py Add example cache client implementation 2013-10-17 14:18:23 -07:00
debugcommands.py Fix debugremotefilelog command 2013-12-13 11:42:50 -08:00
fileserverclient.py Move local cache logic into it's own class 2014-02-11 16:25:55 -08:00
remotefilectx.py Move fileservice to be per repo instead of global 2014-02-11 14:41:56 -08:00
remotefilelog.py Move local cache logic into it's own class 2014-02-11 16:25:55 -08:00
remotefilelogserver.py Allow readonly access to remotefilelog cache 2014-01-27 17:09:48 -08:00
shallowbundle.py Fix changegroup wrapping with new upstream Mercurial 2014-04-04 15:55:06 -07:00
shallowrepo.py Fix changegroup wrapping with new upstream Mercurial 2014-04-04 15:55:06 -07:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00