hgkw/keyword.py
changeset 479 18f235294dda
parent 476 0c36b6c991f9
child 485 5c3637b12e88
equal deleted inserted replaced
476:0c36b6c991f9 479:18f235294dda
    89 
    89 
    90 commands.optionalrepo += ' kwdemo'
    90 commands.optionalrepo += ' kwdemo'
    91 
    91 
    92 # hg commands that do not act on keywords
    92 # hg commands that do not act on keywords
    93 nokwcommands = ('add addremove annotate bundle copy export grep incoming init'
    93 nokwcommands = ('add addremove annotate bundle copy export grep incoming init'
    94                 ' log outgoing push rename rollback tip'
    94                 ' log outgoing push rename rollback tip verify'
    95                 ' convert email glog')
    95                 ' convert email glog')
    96 
    96 
    97 # hg commands that trigger expansion only when writing to working dir,
    97 # hg commands that trigger expansion only when writing to working dir,
    98 # not when reading filelog, and unexpand when reading from working dir
    98 # not when reading filelog, and unexpand when reading from working dir
    99 restricted = 'record qfold qimport qnew qpush qrefresh qrecord'
    99 restricted = 'record qfold qimport qnew qpush qrefresh qrecord'