comparison hgrunner.cpp @ 93:dfb7a274b90f

* Highlight untracked files that are newer than last repo interaction
author Chris Cannam
date Wed, 24 Nov 2010 13:50:33 +0000
parents 8a4e26dc3182
children af314dd436d5
comparison
equal deleted inserted replaced
92:06f4fffd5287 93:dfb7a274b90f
168 killCurrentCommand(); 168 killCurrentCommand();
169 } 169 }
170 170
171 void HgRunner::checkPrompts(QString chunk) 171 void HgRunner::checkPrompts(QString chunk)
172 { 172 {
173 DEBUG << "checkPrompts: " << chunk << endl; 173 //DEBUG << "checkPrompts: " << chunk << endl;
174 174
175 QString text = chunk.trimmed(); 175 QString text = chunk.trimmed();
176 QString lower = text.toLower(); 176 QString lower = text.toLower();
177 if (lower.endsWith("password:")) { 177 if (lower.endsWith("password:")) {
178 getPassword(); 178 getPassword();