hgext/keyword.py
changeset 16743 38caf405d010
parent 16741 77c9a78e31dd
child 16809 6b704fa2bea1
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
    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