Mercurial > hg > easyhg
diff hgrunner.cpp @ 162:910c2c5d1873
* Better handling of empty repositories; some tidying & textual fixes
author | Chris Cannam |
---|---|
date | Fri, 03 Dec 2010 14:43:32 +0000 |
parents | 5b2046f67a56 |
children | 0dfd6567ec0c |
line wrap: on
line diff
--- a/hgrunner.cpp Fri Dec 03 13:36:53 2010 +0000 +++ b/hgrunner.cpp Fri Dec 03 14:43:32 2010 +0000 @@ -330,22 +330,6 @@ } //!!! want an option to use the mercurial_keyring extension as well - -/* -#ifdef Q_OS_WIN32 - // This at least means we won't block on the non-working password prompt - params.push_front("--noninteractive"); -#else - // password prompt should work here - if (action.mayBeInteractive()) { - params.push_front("ui.interactive=true"); - params.push_front("--config"); - interactive = true; - } else { - params.push_front("--noninteractive"); - } -#endif -*/ } m_isRunning = true;