From 0d02c16d144f1d00fcce802e6450188bd3337f8c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 28 Oct 2011 21:52:55 -0700 Subject: [PATCH] mason.git: cleanup --- extra/mason/git/git.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/git/git.factor b/extra/mason/git/git.factor index 9aeeda8268..de83f8b094 100644 --- a/extra/mason/git/git.factor +++ b/extra/mason/git/git.factor @@ -47,7 +47,7 @@ IN: mason.git : git-pull-failed ( error -- ) dup output-process-error? [ - dup output>> "not uptodate. Cannot merge." swap start + dup output>> "not uptodate. Cannot merge." swap subseq? [ git-repo-corrupted ] [ rethrow ] if