summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-works-anywhere.script
Commit message (Collapse)AuthorAgeFilesLines
* 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.