X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmason%2Fgit%2Fgit.factor;h=9cccf438c74b6e2b9d6a590af8a92c6a35fbc63b;hp=9dcac4048db84f823b95b4a735b937ac7918e12c;hb=714c6d2b9464e193e24cb45fab1961d96a9d422c;hpb=e766b83ac0fcc5857602dcfae2791be3b93602b6 diff --git a/extra/mason/git/git.factor b/extra/mason/git/git.factor index 9dcac4048d..9cccf438c7 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." subseq-index? + dup output>> "not uptodate. Cannot merge." subseq-of? [ git-repo-corrupted ] [ rethrow ] if