branch | stable |
changeset 10516 | 80a1161bc3b5 |
parent 10263 | 25e572394f5c |
child 10973 | 49a07f441496 |
child 11182 | 3c368a1c962d |
--- a/hgext/pager.py Fri Feb 19 20:34:23 2010 -0500 +++ b/hgext/pager.py Fri Feb 19 22:16:42 2010 -0500 @@ -59,6 +59,7 @@ attend = ui.configlist('pager', 'attend', attended) if (cmd in attend or (cmd not in ui.configlist('pager', 'ignore') and not attend)): + ui.setconfig('ui', 'interactive', False) sys.stderr = sys.stdout = util.popen(p, "wb") if ui.configbool('pager', 'quiet'): signal.signal(signal.SIGPIPE, signal.SIG_DFL)