changeset 2450 | b93cab5ed776 |
parent 2442 | c660691fb45d |
child 2447 | cd00531ecc16 |
--- a/mercurial/httprepo.py Sat Jun 17 18:15:48 2006 +0200 +++ b/mercurial/httprepo.py Sat Jun 17 18:20:09 2006 +0200 @@ -23,7 +23,7 @@ if authinfo != (None, None): return authinfo - if not ui.interactive: + if not self.ui.interactive: raise util.Abort(_('http authorization required')) self.ui.write(_("http authorization required\n"))