summaryrefslogtreecommitdiff
path: root/tests.branching/status-in-dirty-branch.script
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for new `morph edit` syntaxPaul Sherwood2014-06-091-1/+1
|
* Fix paths for chunk directories in cmdtestsLars Wirzenius2014-03-061-2/+2
|
* Disable test cases (lack of time, may not need feature)Lars Wirzenius2013-08-141-1/+9
| | | | | | | We don't know if we want to support keeping system and stratum morphologies in different git repositories, and adding the support is too much work for this deadline. I'm keeping the tests, but disabling them, in case we want to enable it again.
* Tidy up command testsSam Thursfield2012-11-141-1/+2
| | | | Be consistent about placement of test description, blank lines, etc.
* tests: Use test: URL prefix instead of baserock: throughoutSam Thursfield2012-11-071-3/+3
| | | | | | | | | | Some tests already used test: and in order to be able to share the scripts/setup-3rd-party-strata script they need to all use the same prefix. Using baserock: implies that we are using real code from Baserock, so I picked test: because the tests only ever use mock morphologies and no real code.
* Split merge tests out from the other branching testsSam Thursfield2012-10-291-1/+1
| | | | Merge is by far the most complex of the branching and merging commands.
* morph status: Add initial version of commandSam Thursfield2012-10-121-0/+39
This provides a user-friendly summary of the workspace or branch status.