summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-existing-branch.script
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-28 15:59:42 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-29 18:43:24 +0100
commit384689e00d8bed6b1e5373dda6fc407ae9d197b6 (patch)
treeca1b18173923db6955f0352e015a7eaa9c589697 /tests.branching/checkout-existing-branch.script
parentbb619f5ca782ab56dbb189f0281e8afd5025ced3 (diff)
downloadmorph-384689e00d8bed6b1e5373dda6fc407ae9d197b6.tar.gz
Rename the "morph minedir" command to "morph workspace"
Mine may be a nice metaphor but it is not very intuitive. Hence, this commit renames "mine" to "workspace". This affects not just the branch and merge plugin (the only code that changes) but also documentation and tests, which are updated along with the code in this commit. I decided to omit the "dir" suffix in the command because I think people know well that a workspace will be a directory in this case and that allows us to refer to this concept with one word ("workspace") instead of two words ("workspace directory").
Diffstat (limited to 'tests.branching/checkout-existing-branch.script')
-rwxr-xr-xtests.branching/checkout-existing-branch.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.branching/checkout-existing-branch.script b/tests.branching/checkout-existing-branch.script
index 74941e18..54697a1d 100755
--- a/tests.branching/checkout-existing-branch.script
+++ b/tests.branching/checkout-existing-branch.script
@@ -21,7 +21,7 @@
set -eu
-cd "$DATADIR/mine"
+cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" init
"$SRCDIR/scripts/test-morph" checkout master