Mercurial > hg-stable
changeset 4600:64c415d2553a
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sun, 17 Jun 2007 20:09:35 -0700 |
parents | 88fc92b0b821 |
children | e69da61e467e |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Sun Jun 17 20:35:43 2007 +0200 +++ b/hgext/patchbomb.py Sun Jun 17 20:09:35 2007 -0700 @@ -383,7 +383,7 @@ ui.status('Displaying ', m['Subject'], ' ...\n') ui.flush() if 'PAGER' in os.environ: - fp = os.popen(os['PAGER'], 'w') + fp = os.popen(os.environ['PAGER'], 'w') else: fp = ui try: