summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-06 16:40:21 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-06 19:34:57 +0000
commit9b443cd9b4819647dbf4b65e96099fae0b3d05cc (patch)
tree9ded765f09e676750762c4c86b91c4f020c08933 /yarns
parentd130f9e1a369236952f7881bdbbbaa0c54c73fb9 (diff)
downloadmorph-9b443cd9b4819647dbf4b65e96099fae0b3d05cc.tar.gz
Fix directory names for chunks to use slashes, not colons
These are _directory_ names, not chunk repo URLs, so a slash is correct now.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/branches-workspaces.yarn10
1 files changed, 5 insertions, 5 deletions
diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn
index c3b73ee3..a9cfb19b 100644
--- a/yarns/branches-workspaces.yarn
+++ b/yarns/branches-workspaces.yarn
@@ -112,7 +112,7 @@ We leak a little bit of the implementation here, to keep things simple:
the (mocked) git server the implementation sets up has the `test:morphs`
repository, which is the system branch root repository.
- WHEN the user reports the workspace from the directory master/test:morphs
+ WHEN the user reports the workspace from the directory master/test/morphs
THEN the workspace is reported correctly
However, running it outside a workspace should fail.
@@ -134,7 +134,7 @@ current working directory, it will find it and report it correctly.
AND the user reports the system branch from the directory master
THEN the system branch is reported as master
- WHEN the user reports the system branch from the directory master/test:morphs
+ WHEN the user reports the system branch from the directory master/test/morphs
THEN the system branch is reported as master
WHEN the user reports the system branch from the directory .
@@ -230,7 +230,7 @@ repositories referenced in the system branch.
AND the user edits the chunk test-chunk in the stratum test-stratum in the system test-system in branch foo
THEN morph reports changes in foo in test:morphs only
- WHEN creating file foo in test:test-chunk in branch foo
+ WHEN creating file foo in test/test-chunk in branch foo
THEN morph reports changes in foo in test:morphs only
WHEN adding file foo in test:test-chunk in branch foo to git
@@ -254,8 +254,8 @@ branch checkout.
WHEN the user creates a system branch called foo
AND the user edits the chunk test-chunk in the stratum test-stratum in the system test-system in branch foo
AND running shell command in each repo in foo
- THEN morph ran command in test:morphs in foo
- AND morph ran command in test:test-chunk in foo
+ THEN morph ran command in test/morphs in foo
+ AND morph ran command in test/test-chunk in foo
Explicit petrification
----------------------