mercurial/HGCommand.st
changeset 95 83ee62dc9491
parent 88 1ad71a063a20
child 102 16bc16d9e6d5
--- a/mercurial/HGCommand.st	Thu Nov 22 12:35:58 2012 +0000
+++ b/mercurial/HGCommand.st	Thu Nov 22 23:58:35 2012 +0000
@@ -392,7 +392,7 @@
         output close.
         ^ self.
     ].
-    Debugging ifTrue:[
+    (Debugging and:[OperatingSystem isUNIXlike]) ifTrue:[
         output := output contents asString readStream
     ].
     retval := self parse: output.
@@ -407,7 +407,7 @@
     "Modified: / 17-12-2011 / 19:22:00 / dundee"
     "Modified (format): / 27-12-2011 / 15:53:54 / dundee"
     "Modified: / 14-11-2012 / 13:41:57 / jv"
-    "Modified: / 15-11-2012 / 17:04:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 22-11-2012 / 23:55:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !HGCommand methodsFor:'private'!