##// END OF EJS Templates
wrapfunction: use sysstr instead of bytes as argument in "pager"...
marmoute -
r51681:05430a06 default
parent child Browse files
Show More
@@ -76,7 +76,7 b' def uisetup(ui):'
76 76 ui.disablepager()
77 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 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