From b657fbcab062073ff4dd1c69a72b252e4992e152 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 29 Aug 2012 14:46:35 +0000 Subject: Add mandatory repository parameter to "morph branch" This is complementary to adding a repository parameter to the "morph checkout" command. It allows to branch off arbitrary repositories rather than always branching off baserock:morphs. All affected tests are updated to provide and work with this new parameter. --- tests.branching/branch-creates-new-system-branch.stdout | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests.branching/branch-creates-new-system-branch.stdout') diff --git a/tests.branching/branch-creates-new-system-branch.stdout b/tests.branching/branch-creates-new-system-branch.stdout index c37fb0e4..3f2dba1d 100644 --- a/tests.branching/branch-creates-new-system-branch.stdout +++ b/tests.branching/branch-creates-new-system-branch.stdout @@ -7,11 +7,11 @@ d ./.morph/cache/gits/file_morphs d ./.morph/cache/gits/file_morphs/.git d ./newbranch d ./newbranch/.morph-system-branch -d ./newbranch/morphs -d ./newbranch/morphs/.git +d ./newbranch/baserock:morphs +d ./newbranch/baserock:morphs/.git f ./newbranch/.morph-system-branch/branch-root -f ./newbranch/morphs/hello-stratum.morph -f ./newbranch/morphs/hello-system.morph +f ./newbranch/baserock:morphs/hello-stratum.morph +f ./newbranch/baserock:morphs/hello-system.morph Current branches: master * newbranch -- cgit v1.2.1