Show More
@@ -85,10 +85,8 b' def uisetup(ui):' | |||
|
85 | 85 | (cmd not in ui.configlist('pager', 'ignore') and not attend))): |
|
86 | 86 | ui.setconfig('ui', 'formatted', ui.formatted()) |
|
87 | 87 | ui.setconfig('ui', 'interactive', False) |
|
88 | try: | |
|
88 | if util.safehasattr(signal, "SIGPIPE"): | |
|
89 | 89 | signal.signal(signal.SIGPIPE, signal.SIG_DFL) |
|
90 | except ValueError: | |
|
91 | pass | |
|
92 | 90 | _runpager(p) |
|
93 | 91 | return orig(ui, options, cmd, cmdfunc) |
|
94 | 92 |
General Comments 0
You need to be logged in to leave comments.
Login now