mercurial/HGCommandParser.st
branchcvs_MAIN
changeset 897 3be77b8a95bf
parent 888 42dbafba82bc
equal deleted inserted replaced
895:fb69f03e8c89 897:3be77b8a95bf
  1151     "/ word is not nil and we have to preprend it to line read just above...
  1151     "/ word is not nil and we have to preprend it to line read just above...
  1152     word notNil ifTrue:[ 
  1152     word notNil ifTrue:[ 
  1153         line := word , (line ? '')
  1153         line := word , (line ? '')
  1154     ].
  1154     ].
  1155 
  1155 
  1156     (line includesSubString: 'mercurial_keyring.py') ifTrue:[
  1156     (line includesString: 'mercurial_keyring.py') ifTrue:[
  1157         (line endsWith: 'UserWarning: Basic Auth Realm was unquoted') ifTrue:[
  1157         (line endsWith: 'UserWarning: Basic Auth Realm was unquoted') ifTrue:[
  1158             stream nextLine.
  1158             stream nextLine.
  1159         ].
  1159         ].
  1160         ^ self.
  1160         ^ self.
  1161     ].
  1161     ].