]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/git/git.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / mason / git / git.factor
index 9dcac4048db84f823b95b4a735b937ac7918e12c..9cccf438c74b6e2b9d6a590af8a92c6a35fbc63b 100644 (file)
@@ -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