hgkw/keyword.py
branch0.9.2compat
changeset 480 c5e1178401c5
parent 478 a3b8a3a03cc7
child 486 a6f4e1367978
equal deleted inserted replaced
478:a3b8a3a03cc7 480:c5e1178401c5
    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 annotate bundle copy export grep incoming init'
    97 nokwcommands = ('add addremove annotate bundle copy export grep incoming init'
    98                 ' log outgoing push rename rollback tip'
    98                 ' log outgoing push rename rollback tip verify'
    99                 ' convert email glog')
    99                 ' convert email glog')
   100 
   100 
   101 # hg commands that trigger expansion only when writing to working dir,
   101 # hg commands that trigger expansion only when writing to working dir,
   102 # not when reading filelog, and unexpand when reading from working dir
   102 # not when reading filelog, and unexpand when reading from working dir
   103 restricted = 'record qfold qimport qnew qpush qrefresh qrecord'
   103 restricted = 'record qfold qimport qnew qpush qrefresh qrecord'