equal
deleted
inserted
replaced
90 |
90 |
91 commands.optionalrepo += ' kwdemo' |
91 commands.optionalrepo += ' kwdemo' |
92 |
92 |
93 cmdtable = {} |
93 cmdtable = {} |
94 command = cmdutil.command(cmdtable) |
94 command = cmdutil.command(cmdtable) |
|
95 testedwith = 'internal' |
95 |
96 |
96 # hg commands that do not act on keywords |
97 # hg commands that do not act on keywords |
97 nokwcommands = ('add addremove annotate bundle export grep incoming init log' |
98 nokwcommands = ('add addremove annotate bundle export grep incoming init log' |
98 ' outgoing push tip verify convert email glog') |
99 ' outgoing push tip verify convert email glog') |
99 |
100 |