diff -r 1813913f6106 -r 527a1e85aef8 mercurial/HGCommand.st --- 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 " + "Modified: / 10-12-2012 / 02:15:25 / Jan Vrany " ! status: status result: result