summaryrefslogtreecommitdiff
path: root/tests.branching/show-branch-root-in-branched-branch.stdout
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use test: URL prefix instead of baserock: throughoutSam Thursfield2012-11-071-1/+1
| | | | | | | | | | 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.
* Add "morph show-branch-root" commandJannis Pohlmann2012-08-301-0/+1
This commit introduces a new "morph show-branch-root" command to print the repository that the user branched off from with "morph branch" or that he or she checked out with "morph checkout". Also add tests for this new command.