mercurial/HGCommand.st
changeset 151 527a1e85aef8
parent 146 1015b8f6dc1c
child 165 4f6432cf4240
equal deleted inserted replaced
150:1813913f6106 151:527a1e85aef8
  1082 !
  1082 !
  1083 
  1083 
  1084 parse:stream
  1084 parse:stream
  1085     "superclass HGCommand says that I am responsible to implement this method"
  1085     "superclass HGCommand says that I am responsible to implement this method"
  1086 
  1086 
  1087     ^ nil
  1087     ^ (HGCommandParser on: stream) parseCommandPush
  1088 
  1088 
  1089     "Modified: / 15-11-2012 / 09:53:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1089     "Modified: / 10-12-2012 / 02:15:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1090 !
  1090 !
  1091 
  1091 
  1092 status: status result: result
  1092 status: status result: result
  1093     "Called when hg command finishes, passing it's status and result from parser"
  1093     "Called when hg command finishes, passing it's status and result from parser"
  1094 
  1094