#REFACTORING by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Tue, 21 Jan 2020 16:06:56 +0100
branchcvs_MAIN
changeset 897 3be77b8a95bf
parent 895 fb69f03e8c89
child 898 38201b0a1248
#REFACTORING by cg class: HGCommandParser changed: #parseError1: (send #includesString: instead of #includesSubString:) includesString: alias calls eliminated
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.
         ].