mercurial/HGCommand.st
changeset 151 527a1e85aef8
parent 146 1015b8f6dc1c
child 165 4f6432cf4240
--- a/mercurial/HGCommand.st	Sun Dec 09 23:27:08 2012 +0000
+++ b/mercurial/HGCommand.st	Mon Dec 10 02:49:43 2012 +0000
@@ -1084,9 +1084,9 @@
 parse:stream
     "superclass HGCommand says that I am responsible to implement this method"
 
-    ^ nil
+    ^ (HGCommandParser on: stream) parseCommandPush
 
-    "Modified: / 15-11-2012 / 09:53:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-12-2012 / 02:15:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 status: status result: result