##// END OF EJS Templates
debugcommands: fix typo in debuguigetpass
Yuya Nishihara -
r45148:649fd6c3 default
parent child Browse files
Show More
@@ -3721,7 +3721,7 b' def debugtemplate(ui, repo, tmpl, **opts'
3721 def debuguigetpass(ui, prompt=b''):
3721 def debuguigetpass(ui, prompt=b''):
3722 """show prompt to type password"""
3722 """show prompt to type password"""
3723 r = ui.getpass(prompt)
3723 r = ui.getpass(prompt)
3724 ui.writenoi18n(b'respose: %s\n' % r)
3724 ui.writenoi18n(b'response: %s\n' % r)
3725
3725
3726
3726
3727 @command(
3727 @command(
General Comments 0
You need to be logged in to leave comments. Login now