Mercurial > hg
comparison hgext/pager.py @ 51125:4224b1aa7ad8 stable
branching: merge default into stable for 6.6rc0
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 07 Nov 2023 15:21:11 +0100 |
parents | 05430a06a2eb |
children | f4733654f144 |
comparison
equal
deleted
inserted
replaced
51117:f6bb9d1c230c | 51125:4224b1aa7ad8 |
---|---|
74 ui.pager(b'extension-via-attend-' + cmd) | 74 ui.pager(b'extension-via-attend-' + cmd) |
75 else: | 75 else: |
76 ui.disablepager() | 76 ui.disablepager() |
77 return orig(ui, options, cmd, cmdfunc) | 77 return orig(ui, options, cmd, cmdfunc) |
78 | 78 |
79 extensions.wrapfunction(dispatch, b'_runcommand', pagecmd) | 79 extensions.wrapfunction(dispatch, '_runcommand', pagecmd) |
80 | 80 |
81 | 81 |
82 attended = [b'annotate', b'cat', b'diff', b'export', b'glog', b'log', b'qdiff'] | 82 attended = [b'annotate', b'cat', b'diff', b'export', b'glog', b'log', b'qdiff'] |