summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache.py
Commit message (Expand)AuthorAgeFilesLines
* localrepocache: return repo after cloningRichard Maw2012-04-111-5/+14
* localrepocache: fixes to remote set-urlRichard Maw2012-04-111-3/+6
* localrepocache: fix remote origin url to upstreamRichard Maw2012-04-111-0/+1
* localrepocache: fix bundle pathsRichard Maw2012-04-111-1/+1
* localrepocache: return error descriptionRichard Maw2012-04-111-22/+43
* localrepocache: check every base-url before cloneRichard Maw2012-04-111-5/+7
* Create cache directory when needed in LocalRepoCacheLars Wirzenius2012-04-101-0/+12
* Fix unit test failures: mark out-of-coverage, and use wrapper to allow testsLars Wirzenius2012-04-101-6/+5
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-101-15/+23
* Use the real CachedRepo class in LocalRepoCacheLars Wirzenius2012-04-091-9/+1
* Remove downloaded bundle after it has been clonedLars Wirzenius2012-04-091-0/+10
* Add bundle support to LocalRepoCacheLars Wirzenius2012-04-091-2/+47
* Add a LocalRepoCache classLars Wirzenius2012-04-091-0/+144