--- commands.py.orig 2009-11-26 12:04:34.708094924 -0300 +++ commands.py.modif 2009-11-26 12:04:46.408095767 -0300 @@ -2637,7 +2637,7 @@ return 0 def _checkRepoURL(res): - parentscmd = [self.vcexe, 'paths', 'default'] + parentscmd = [self.vcexe, 'paths', '--show-passwords', 'default'] cmd2 = ShellCommand(self.builder, parentscmd, d, sendStdout=False, sendStderr=False, keepStdout=True, keepStderr=True, usePTY=False)