summaryrefslogtreecommitdiff
path: root/tests.branching/status-in-clean-branch.script
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-12 17:16:35 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-12 17:27:09 +0100
commit8d4073d89ca66b2334e0e7d9fb08f6c73875ff7e (patch)
tree69efe75663b1d7f2ed8e9680295db15dfcbf26aa /tests.branching/status-in-clean-branch.script
parenta6bc2829211ceda1f07386d381e67a983fbb063b (diff)
downloadmorph-8d4073d89ca66b2334e0e7d9fb08f6c73875ff7e.tar.gz
morph status: Add initial version of command
This provides a user-friendly summary of the workspace or branch status.
Diffstat (limited to 'tests.branching/status-in-clean-branch.script')
-rwxr-xr-xtests.branching/status-in-clean-branch.script26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests.branching/status-in-clean-branch.script b/tests.branching/status-in-clean-branch.script
new file mode 100755
index 00000000..c102d287
--- /dev/null
+++ b/tests.branching/status-in-clean-branch.script
@@ -0,0 +1,26 @@
+#!/bin/sh
+# Copyright (C) 2011, 2012 Codethink Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+# 'morph status' within a branch
+
+set -eu
+
+cd "$DATADIR/workspace"
+"$SRCDIR/scripts/test-morph" init .
+"$SRCDIR/scripts/test-morph" branch baserock:morphs test
+
+"$SRCDIR/scripts/test-morph" status