summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Add a mechanism for extracting all files from a given commit to a dirSam Thursfield2015-02-181-1/+29
* Rework CachedRepo to use the GitDirectory class where possibleSam Thursfield2014-12-031-131/+49
* cachedrepo: Remove unused load_morphology methodAdam Coldrick2014-08-141-4/+0
* Fix Morph failing to update some cached git reposSam Thursfield2014-07-071-1/+17
* Replaces Tempdir with fs.tempfs.TempFSDaniel Firth2013-12-201-32/+33
* Fix CachedRepo.resolve_ref unit test for missing SHA1Lars Wirzenius2013-10-231-1/+4
* Merge branch 'liw/deploy-not-exec-message'Lars Wirzenius2013-05-281-1/+1
|\
* | Stop using bare except: statementsLars Wirzenius2013-04-161-4/+5
|/
* morph branch: Check if the ref already exists before anything elseSam Thursfield2012-12-131-0/+6
* Always use `git rev-parse --verify` to resolve refsSam Thursfield2012-12-131-23/+9
* Avoid caching repos that are on the local machine anywaySam Thursfield2012-11-121-0/+6
* Use repository cache for git access other than current system branchSam Thursfield2012-10-031-2/+12
* Update unit tests for bare repo caches.Daniel Silverstone2012-09-141-8/+28
* Give more useful errors when cloning from local cache failsSam Thursfield2012-09-131-13/+9
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-3/+20
* Support 'git ls-tree' in local and remote reposSam Thursfield2012-08-241-0/+23
* python scripts: pep8ize codebaseRichard Maw2012-08-011-16/+16
* Fix unit tests to raise cliapp.AppException the right wayLars Wirzenius2012-06-071-5/+5
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-6/+8
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-041-2/+6
* Relax CachedRepo.checkout requirement that ref is a sha1Lars Wirzenius2012-05-041-5/+0
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-2/+5
* Get rid of 2.7 syntax for assertRaises.Jannis Pohlmann2012-04-091-26/+27
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-091-0/+181