summaryrefslogtreecommitdiff
path: root/morphlib/remoterepocache.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve stratum and chunk refs in batchesjannispohlmann/resolve-refs-and-morphologies-in-batchesJannis Pohlmann2013-01-071-2/+6
* Add RemoteRepoCache.resolve_refs() method with testsJannis Pohlmann2013-01-071-0/+41
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-1/+1
* Support 'git ls-tree' in local and remote reposSam Thursfield2012-08-241-0/+18
* python scripts: pep8ize codebaseRichard Maw2012-08-011-11/+11
* Make RemoteRepoCache work with the RepoAliasResolver.Jannis Pohlmann2012-05-041-21/+12
* Fix unit tests by marking RemoteRepoCache._make_request as untested.Jannis Pohlmann2012-04-181-1/+1
* Add RemoteRepoCache and integrate it into _create_source_pool().Jannis Pohlmann2012-04-181-0/+84