summaryrefslogtreecommitdiff
path: root/morphlib/extensions.py
Commit message (Collapse)AuthorAgeFilesLines
* Cut BuildBranch out of morphlib.extensionsRichard Maw2014-08-121-25/+17
| | | | | | | | | | | This was previously used just so it could get the right repo and ref to read the file out of. However, there was a subtle bug in this behaviour, as if we had not previously used morph build in that branch, it would attempt to read the extensions from a branch which didn't exist. So now it reads it from the working tree, which always exists.
* Add utilities for listing and finding extensions.Mark Doffman2014-03-311-0/+159
| | | | | | | | | Add a module to morphlib that can list all write and configuration extensions either in morph itself or the morphology repository. The module also contains methods to find an extension filename from the name and type.
* Revert "Add utilities for listing and finding extensions."Mark Doffman2014-02-211-143/+0
| | | | This reverts commit ab0a83a09a93ca33aa402d9c4d3b916a48a1a882.
* Add utilities for listing and finding extensions.Mark Doffman2014-02-211-0/+143