##// END OF EJS Templates
pager: variable reorder
Matt Mackall -
r21280:71028188 default
parent child Browse files
Show More
@@ -128,9 +128,9 b' def uisetup(ui):'
128 usepager = False
128 usepager = False
129 else:
129 else:
130 attend = ui.configlist('pager', 'attend', attended)
130 attend = ui.configlist('pager', 'attend', attended)
131 ignore = ui.configlist('pager', 'ignore')
131 cmds, _ = cmdutil.findcmd(cmd, commands.table)
132 cmds, _ = cmdutil.findcmd(cmd, commands.table)
132
133
133 ignore = ui.configlist('pager', 'ignore')
134 for cmd in cmds:
134 for cmd in cmds:
135 if (cmd in attend or
135 if (cmd in attend or
136 (cmd not in ignore and not attend)):
136 (cmd not in ignore and not attend)):
General Comments 0
You need to be logged in to leave comments. Login now