summaryrefslogtreecommitdiff
path: root/morphlib/workspace.py
Commit message (Collapse)AuthorAgeFilesLines
* workspace: add method for listing system branchesRichard Maw2013-09-171-0/+5
|
* Add Workspace.create_system_branch_directory methodLars Wirzenius2013-08-061-0/+19
|
* Add Workspace.get_default_system_branch_directory_name methodLars Wirzenius2013-08-061-0/+15
| | | | | This will be useful later, when we start creating system branch directories.
* Re-implement "morph workspace" using the Workspace classLars Wirzenius2013-07-311-1/+4
| | | | | | | | | Put new implementation into new branch and merge plugin, and remove old implementation from the old plugin. Also change the error message for the NotInWorkspace exception, so that it matches what the test suite expects. It's a crappy error message, I think, but I don't want to change external behaviour during refactoring.
* Add a Workspace classLars Wirzenius2013-07-311-0/+104