# HG changeset patch # User Claus Gittinger # Date 1579619216 -3600 # Node ID 3be77b8a95bf4025d22608480a188524c6f07f53 # Parent fb69f03e8c8991fb123a9c32d5869e9d9e7d060d #REFACTORING by cg class: HGCommandParser changed: #parseError1: (send #includesString: instead of #includesSubString:) includesString: alias calls eliminated diff -r fb69f03e8c89 -r 3be77b8a95bf mercurial/HGCommandParser.st --- a/mercurial/HGCommandParser.st Thu Dec 19 19:45:26 2019 +0100 +++ b/mercurial/HGCommandParser.st Tue Jan 21 16:06:56 2020 +0100 @@ -1153,7 +1153,7 @@ line := word , (line ? '') ]. - (line includesSubString: 'mercurial_keyring.py') ifTrue:[ + (line includesString: 'mercurial_keyring.py') ifTrue:[ (line endsWith: 'UserWarning: Basic Auth Realm was unquoted') ifTrue:[ stream nextLine. ].