diff mercurial/ui.py @ 19886:e828975722c8

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 09 Oct 2013 14:15:34 -0700
parents ab3cf67740d6 ba2be32d14f2
children e5803150ea1d
line wrap: on
line diff
--- a/mercurial/ui.py	Wed Oct 09 14:15:20 2013 -0700
+++ b/mercurial/ui.py	Wed Oct 09 14:15:34 2013 -0700
@@ -665,7 +665,7 @@
         if not self.interactive():
             return default
         try:
-            self.write(self.label(prompt or _('password: '), 'ui.prompt'))
+            self.write_err(self.label(prompt or _('password: '), 'ui.prompt'))
             return getpass.getpass('')
         except EOFError:
             raise util.Abort(_('response expected'))