From 384689e00d8bed6b1e5373dda6fc407ae9d197b6 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 28 Aug 2012 15:59:42 +0000 Subject: 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"). --- tests.branching/checkout-existing-branch.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.branching/checkout-existing-branch.script') 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 -- cgit v1.2.1