hgkw/keyword.py
branchstable
changeset 419 2f179ea3a9aa
parent 416 b69dca43ef08
child 421 439a24d34a13
equal deleted inserted replaced
418:3d882f14f23a 419:2f179ea3a9aa
    88 import re, shutil, tempfile, time
    88 import re, shutil, tempfile, time
    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 incoming init'
    94                 ' log outgoing push remove rename rollback tip'
    94                 ' log outgoing push rename rollback tip'
    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'