summaryrefslogtreecommitdiff
path: root/tests.branching/workflow.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-03 16:25:01 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 14:30:00 +0100
commit7a296203cec665731a0d83d34266b2c8ae770584 (patch)
tree93302b63b031726a02aa584ec79fb4a137c461d2 /tests.branching/workflow.script
parentc6cad5a28df8c468a56887b374e16e925034575b (diff)
downloadmorph-7a296203cec665731a0d83d34266b2c8ae770584.tar.gz
Use repo alias prefixes properly in tests
Diffstat (limited to 'tests.branching/workflow.script')
-rwxr-xr-xtests.branching/workflow.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.branching/workflow.script b/tests.branching/workflow.script
index d2ce374f..6a365d8e 100755
--- a/tests.branching/workflow.script
+++ b/tests.branching/workflow.script
@@ -25,7 +25,7 @@ cd "$DATADIR/mine"
"$SRCDIR/scripts/test-morph" init
"$SRCDIR/scripts/test-morph" branch me/readme-fix
cd me/readme-fix/morphs
-"$SRCDIR/scripts/test-morph" edit hello master
+"$SRCDIR/scripts/test-morph" edit baserock:hello master
cd ../hello
echo > README yoyoyo
git add README
@@ -34,6 +34,6 @@ git commit -m "Fix README, yo!" --quiet
cd "$DATADIR/mine"
"$SRCDIR/scripts/test-morph" checkout master
cd master/morphs
-"$SRCDIR/scripts/test-morph" edit hello master
+"$SRCDIR/scripts/test-morph" edit baserock:hello master
"$SRCDIR/scripts/test-morph" merge me/readme-fix hello