summaryrefslogtreecommitdiff
path: root/tests.branching/show-branch-root-in-branched-branch.script
Commit message (Collapse)AuthorAgeFilesLines
* Make morph show-branch-root print the pathRichard Maw2014-08-121-30/+0
| | | | | | | | | The help for the show-branch-root command said it returns a path, but the command and the yarns just showed the aliased url it was cloned from. Given I found myself needing the path in some scripts, not the repo url, I think it's more useful to reconcile the difference this way.
* Tidy up command testsSam Thursfield2012-11-141-3/+3
| | | | Be consistent about placement of test description, blank lines, etc.
* 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/+30
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.