summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-works-anywhere.script
Commit message (Collapse)AuthorAgeFilesLines
* Fix paths for chunk directories in cmdtestsLars Wirzenius2014-03-061-2/+2
|
* Tidy up command testsSam Thursfield2012-11-141-1/+3
| | | | Be consistent about placement of test description, blank lines, etc.
* tests: Use test: URL prefix instead of baserock: throughoutSam Thursfield2012-11-071-4/+4
| | | | | | | | | | 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.
* Rework the blackbox tests for bare caches.Daniel Silverstone2012-09-141-2/+4
| | | | | | This reworks the blackbox tests to work with the bare repository caches. For the most part it's slight changes to error messages and tweaks to ignore the repository caches during file listing.
* Fix branch/checkout to always create branches in the workspace directoryJannis Pohlmann2012-08-301-0/+46
Doing this rather than creating the system branches in the current working directory allows "morph branch" and "morph checkout" to be run anywhere in the workspace (e.g. in a different branch). This commit also adds two tests to verify that new branches are always created in the toplevel workspace directory.