hgkw/keyword.py
branchstable
changeset 375 ed160b097bad
parent 374 03fc5e667518
child 378 0683aaf458d8
equal deleted inserted replaced
374:03fc5e667518 375:ed160b097bad
    88 
    88 
    89 commands.optionalrepo += ' kwdemo'
    89 commands.optionalrepo += ' kwdemo'
    90 
    90 
    91 # hg commands that do not act on keywords
    91 # hg commands that do not act on keywords
    92 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
    92 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
    93                 'log outgoing push remove rename rollback tip convert')
    93                 ' log outgoing push remove rename rollback tip convert')
    94 
    94 
    95 # hg commands that trigger expansion only when writing to working dir,
    95 # hg commands that trigger expansion only when writing to working dir,
    96 # not when reading filelog, and unexpand when reading from working dir
    96 # not when reading filelog, and unexpand when reading from working dir
    97 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
    97 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
    98 
    98