From 6cfc967b82b371f655151f9081cfde81c1f4f150 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 8 Aug 2013 12:56:22 +0000 Subject: yarns: allow attempt checkout to sometimes work Checkout needs the branch repository and ref. It was previously only getting the ref. This was not noticed, since the implementation was only used in cases where it was expected to fail, and the nature of the error was not being checked. --- yarns/implementations.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 6c0ef6e2..dc5f1f54 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -124,7 +124,7 @@ Attempt to check out a system branch, and remember if it failed. IMPLEMENTS WHEN morph attempts to check out system branch (\S+) cd "$DATADIR/workspace" - attempt_morph checkout "$MATCH_1" + attempt_morph checkout test:morphs "$MATCH_1" We also need to verify that a system branch has been checked out. -- cgit v1.2.1