summaryrefslogtreecommitdiff
path: root/morphlib/remoterepocache.py
Commit message (Expand)AuthorAgeFilesLines
* Only autodetect morphology when result is 404baserock/richardmaw/bugfix/http-failRichard Maw2014-08-191-3/+5
* Quote ref and filenameBen Brown2013-12-181-6/+12
* urllib: Convert URLs with non URL friendly characters into a valid format.Ben Brown2013-12-111-3/+4
* Merge branch 'liw/deploy-not-exec-message'Lars Wirzenius2013-05-281-1/+1
|\
* | Stop using bare except: statementsLars Wirzenius2013-04-161-3/+7
|/
* 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