hgkw/keyword.py
branchstable
changeset 1077 2a1ab2f6559c
parent 1075 9c31017cb4b2
child 1079 502c40551c8d
equal deleted inserted replaced
1076:a347814c7ff6 1077:2a1ab2f6559c
    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