sapling/remotefilelog
Augie Fackler 5a72282b12 remotefilelogserver: wrap wireproto._capabilities
If we instead wrap wireproto.capabilities, then our capabilities don't
get transmitted via the hello command, so not all clients will notice
the new capability unless we do the wrapping here.

Test output is in the test that previously demonstrated the
defect. Note that there's still a defect: we're advertising the
capability over http even though we have no hope of the getfiles
method working over http.
2015-06-29 17:35:32 -04:00
..
__init__.py remotefilelog: stop declaring remotefilelog to be an hg-internal extension 2015-07-01 15:58:44 -04:00
cacheclient.py Add example cache client implementation 2013-10-17 14:18:23 -07:00
debugcommands.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
fileserverclient.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
remotefilectx.py Fix blob generation with adjustlinkrevs 2015-05-22 21:32:12 -07:00
remotefilelog.py Fix building revgraph across merge commits 2015-06-30 16:43:01 -07:00
remotefilelogserver.py remotefilelogserver: wrap wireproto._capabilities 2015-06-29 17:35:32 -04:00
shallowbundle.py Match with with latest version of core to pass the test 2015-05-07 12:50:51 -07:00
shallowrepo.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00
shallowutil.py [bundle2] insert ourselves into the cg1packer class hierarchy and fix up the packermap 2014-11-07 18:35:52 -08:00