sapling/fastannotate
Jun Wu f183d30cdf fastannotate: move path-related methods to a class
Summary:
Previously, the linelog and revmap paths are private information inside
`annotatecontext`. But we still want to get those paths in other places,
like the perfhack path check, or the quick up-to-date check (linelog vs
filelog) server-side. Let's expose the information by adding the helper
class.

Test Plan: Run existing tests

Reviewers: #mercurial, stash

Reviewed By: stash

Subscribers: stash, mjpieters

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

Signature: t1:4062835:1477552929:7ece4f492e6b1e6f22cc626044819d5e3e2a66aa
2016-10-22 01:37:08 +01:00
..
__init__.py fastannotate: fix imports and pyflakes check 2016-10-19 16:05:22 +01:00
commands.py fastannotate: move path-related methods to a class 2016-10-22 01:37:08 +01:00
context.py fastannotate: move path-related methods to a class 2016-10-22 01:37:08 +01: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
revmap.py fastannotate: handle "draft" paths, and renames correctly 2016-10-09 19:47:01 +01:00