sapling/fastannotate
Jun Wu 855af710bb fastannotate: support remotefilelog
Summary:
In order to support remotefilelog, do not construct
`mercurial.context.context` object directly. This reverts a previous attempt
to use the fastest manifest look up - `ctx[path]` actually seems good
enough.

A minor change is made in `protocol.py` to ignore failed requests.

Test Plan: Run existing tests

Reviewers: #sourcecontrol, rmcelroy

Reviewed By: rmcelroy

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D4127025

Signature: t1:4127025:1478541481:c15477332582e2c9b22e2732e9e76bf37b5fba74
2016-11-03 20:55:16 +00:00
..
__init__.py fastannotate: add a debug command to update cache 2016-11-01 15:10:21 +00:00
commands.py fastannotate: add a debug command to update cache 2016-11-01 15:10:21 +00:00
context.py fastannotate: support remotefilelog 2016-11-03 20:55:16 +00:00
error.py fastannotate: move exception classes to error.py 2016-09-08 14:47:49 +01:00
formatter.py fastannotate: support -r wdir() 2016-10-21 20:50:37 +01:00
hgwebsupport.py fastannotate: fix imports and pyflakes check 2016-10-19 16:05:22 +01:00
protocol.py fastannotate: support remotefilelog 2016-11-03 20:55:16 +00:00
revmap.py fastannotate: add a method to quickly get the last node of the revmap 2016-10-29 19:19:18 +01:00