summaryrefslogtreecommitdiff
path: root/morphlib/sourcemanager_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-1/+0
* Hide git output from unit test outputLars Wirzenius2012-02-271-3/+5
* Apply the test changes of the previous commit to all related tests.Jannis Pohlmann2012-02-241-2/+6
* Rework the bundle code to set the bundle filename outside _wget().Jannis Pohlmann2012-02-241-12/+9
* Rewrite get_treeish(), fetching and update code.Jannis Pohlmann2012-02-141-8/+40
* Add --ignore-submodules flag to avoid updating/unpacking submodules.Jannis Pohlmann2012-02-091-0/+1
* Cache submodule repositories recursively.Jannis Pohlmann2012-02-081-2/+12
* Add an update option to prevent the source manager from updating origin.Jannis Pohlmann2012-01-261-1/+1
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-4/+5
* Port everything to using Treeish objects instead of (repo, ref).Jannis Pohlmann2012-01-201-16/+30
* Actually make show-dependencies.setup create an invariant historyRob Taylor2012-01-191-11/+11
* Make SourceManager tests build their own git repoRob Taylor2012-01-191-25/+29
* Use self.assert* everywhere instead of the assert statement.Jannis Pohlmann2012-01-191-6/+6
* Coding style cleanup.Jannis Pohlmann2012-01-191-3/+2
* Fix coding style, update copyrights, drop unused imports.Jannis Pohlmann2012-01-191-13/+16
* Remove bad whitespaceRob Taylor2012-01-191-2/+2
* One of the Sourcemanager tests wasn't cleaning up.Rob Taylor2012-01-191-0/+1
* Complete SourceManager testsRob Taylor2012-01-191-11/+88
* initial version of Sourcemanager and testsRob Taylor2012-01-181-0/+49