Show More
@@ -76,7 +76,7 b' def uisetup(ui):' | |||||
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, |
|
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'] |
General Comments 0
You need to be logged in to leave comments.
Login now