]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/git/git.factor
sequences: rename subsequence? words to subseq? again.
[factor.git] / extra / mason / git / git.factor
index 57cf57bba75ae31b4dee6c76e1e05be3a02a6357..9dcac4048db84f823b95b4a735b937ac7918e12c 100644 (file)
@@ -47,7 +47,7 @@ IN: mason.git
 
 : git-pull-failed ( error -- )
     dup output-process-error? [
-        dup output>> "not uptodate. Cannot merge." subsequence?
+        dup output>> "not uptodate. Cannot merge." subseq-index?
         [ git-repo-corrupted ]
         [ rethrow ]
         if