##// END OF EJS Templates
ui: add a debug print right before we start the pager...
Augie Fackler -
r30998:75e325ce default
parent child Browse files
Show More
@@ -863,6 +863,7 b' class ui(object):'
863 863 # interactive, the user didn't say HGPLAIN or
864 864 # HGPLAINEXCEPT=pager, and the user didn't specify --debug.
865 865 return
866 self.debug('starting pager for command %r\n' % command)
866 867
867 868 # TODO: add a "system defaults" config section so this default
868 869 # of more(1) can be easily replaced with a global
General Comments 0
You need to be logged in to leave comments. Login now