hgkw/keyword.py
changeset 401 05d0c3e4efdc
parent 398 257da73e109f
child 404 45d3ea301c03
equal deleted inserted replaced
398:257da73e109f 401:05d0c3e4efdc
    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 bundle copy export grep identify incoming init'
    93 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
    94                 ' log outgoing push remove rename rollback tip convert email')
    94                 ' log outgoing push remove rename rollback tip'
       
    95                 ' convert email glog')
    95 
    96 
    96 # hg commands that trigger expansion only when writing to working dir,
    97 # hg commands that trigger expansion only when writing to working dir,
    97 # not when reading filelog, and unexpand when reading from working dir
    98 # not when reading filelog, and unexpand when reading from working dir
    98 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
    99 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
    99 
   100