]> 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 8bc24c406d38521c18f4682b9dd0551c1fe28a9c..9cccf438c74b6e2b9d6a590af8a92c6a35fbc63b 100644 (file)
@@ -47,7 +47,7 @@ IN: mason.git
 
 : git-pull-failed ( error -- )
     dup output-process-error? [
-        dup output>> "not uptodate. Cannot merge." find-subseq?
+        dup output>> "not uptodate. Cannot merge." subseq-of?
         [ git-repo-corrupted ]
         [ rethrow ]
         if