summaryrefslogtreecommitdiff
path: root/morphlib/source.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use .morph extension when printing name of tripletsSam Thursfield2012-09-121-1/+1
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-1/+4
* python scripts: pep8ize codebaseRichard Maw2012-08-011-9/+9
* Remove dead code (dependencies in Source objects)Lars Wirzenius2012-06-181-12/+0
* Remove assert for checking type of argumentLars Wirzenius2012-06-141-1/+0
* Add a repo_name to Source, use that instead of repo in most places.Jannis Pohlmann2012-04-181-3/+5
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-1/+3
* Accept any object that is an instance of morph2.Morphology in Source.Jannis Pohlmann2012-04-121-1/+1
* morphlib.source: print the ref rather than the shaRichard Maw2012-04-111-1/+1
* Add the new BuildGraph class including tests.Jannis Pohlmann2012-04-111-0/+2
* Add original_ref member to Source. Default to None for build-depends.Jannis Pohlmann2012-04-111-1/+3
* Add SourcePool class and make Source store its morphology filenameLars Wirzenius2012-04-101-1/+3
* Add a Source classLars Wirzenius2012-04-101-0/+54