hgkw/keyword.py
branch0.9.2compat
changeset 402 5e3707030bce
parent 400 4a28faccdb18
child 411 b1a7f5eddeba
equal deleted inserted replaced
400:4a28faccdb18 402:5e3707030bce
    93 
    93 
    94 commands.optionalrepo += ' kwdemo'
    94 commands.optionalrepo += ' kwdemo'
    95 
    95 
    96 # hg commands that do not act on keywords
    96 # hg commands that do not act on keywords
    97 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
    97 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
    98                 ' log outgoing push remove rename rollback tip convert email')
    98                 ' log outgoing push remove rename rollback tip'
       
    99                 ' convert email glog')
    99 
   100 
   100 # hg commands that trigger expansion only when writing to working dir,
   101 # hg commands that trigger expansion only when writing to working dir,
   101 # not when reading filelog, and unexpand when reading from working dir
   102 # not when reading filelog, and unexpand when reading from working dir
   102 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
   103 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
   103 
   104