]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/irc/gitbot/gitbot.factor
fix unit tests that call lines or contents
[factor.git] / extra / irc / gitbot / gitbot.factor
index d145b3bd2c447861c04d1101d3644d3ce79a4f5e..161a81d555cca122d66373cedcd1941b82246e5d 100644 (file)
@@ -33,7 +33,7 @@ M: object handle-message drop ;
         "--pretty=format:%h %an: %s" ,
         ".." glue ,
     ] { } make
-    latin1 [ input-stream get lines ] with-process-reader ;
+    latin1 [ lines ] with-process-reader ;
 
 : updates ( from to -- lines )
     git-log reverse