summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo.py
Commit message (Expand)AuthorAgeFilesLines
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-17/+20
* Fix CachedRepo exceptions to initialize correctlyLars Wirzenius2012-05-091-10/+12
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-041-7/+2
* Relax CachedRepo.checkout requirement that ref is a sha1Lars Wirzenius2012-05-041-6/+2
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-2/+3
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-101-3/+3
* Add doc strings to the CachedRepo class.Jannis Pohlmann2012-04-091-2/+55
* Remove unnecessary unhexlify calls.Jannis Pohlmann2012-04-091-3/+0
* Get rid of nested try/except blocks.Jannis Pohlmann2012-04-091-17/+21
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-091-0/+147