From becff376751ea626567dba03fea75b6d153187d0 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 3 Sep 2012 16:08:09 +0000 Subject: Rewrite edit command to expect SYSTEM STRATUM [CHUNK] parameters Editing no longer requires a repository to be specified, neither does it require a branch. It now starts off from a system morphology that is required to exist in the branch root repository. Relative to this system, "morph edit" realises the repository of a stratum and, optionally, a chunk, creates edit branches named after the system branch, if necessary, and update the references in the system and stratum morphology accordingly. The changes made to any of the repositories in the system branch are not committed. All existing changes are updated to work with this new input syntax for "morph edit". --- tests.branching/morph-repository-stored-in-cloned-repositories.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.branching/morph-repository-stored-in-cloned-repositories.script') diff --git a/tests.branching/morph-repository-stored-in-cloned-repositories.script b/tests.branching/morph-repository-stored-in-cloned-repositories.script index bfc5499b..5f5efa9e 100755 --- a/tests.branching/morph-repository-stored-in-cloned-repositories.script +++ b/tests.branching/morph-repository-stored-in-cloned-repositories.script @@ -40,7 +40,7 @@ git config morph.repository echo cd "$DATADIR/workspace/master" -"$SRCDIR/scripts/test-morph" edit baserock:hello master +"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum hello echo "morph.repository of an edited repository:" cd "$DATADIR/workspace/master/baserock:hello" -- cgit v1.2.1