sapling/remotefilelog
Durham Goode c44433c62c Fix hg log on patterns
Summary:
Due to a change in upstream mercurial, hg log with patterns was no longer
working. This fixes it by forcing hg log to take the slow path when using
patterns.

It also updates the warning messages to work when running hg log <file> from
within a subdirectory.

Test Plan: Ran the new tests

Reviewers: sid0

Differential Revision: https://phabricator.fb.com/D1450193
2014-07-22 12:55:29 -07:00
..
__init__.py Fix hg log on patterns 2014-07-22 12:55:29 -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 Expand environment variables in cacheprocess and cachepath 2014-05-21 12:28:03 -07: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 shallowbundle.getbundle for local non-remotefilelog repositories 2014-05-20 20:56:19 -07:00
shallowrepo.py Allow auto-prefetching during pulls 2014-07-03 13:05:11 -07:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00