hgext/extdiff.py
changeset 34778 bf138446ac2f
parent 34777 bb2525871d95
child 34976 a8bc191fee5a
equal deleted inserted replaced
34777:bb2525871d95 34778:bf138446ac2f
    88 configtable = {}
    88 configtable = {}
    89 configitem = registrar.configitem(configtable)
    89 configitem = registrar.configitem(configtable)
    90 
    90 
    91 configitem('extdiff', r'opts\..*',
    91 configitem('extdiff', r'opts\..*',
    92     default='',
    92     default='',
       
    93     generic=True,
       
    94 )
       
    95 
       
    96 configitem('diff-tools', r'.*\.diffargs$',
       
    97     default=None,
    93     generic=True,
    98     generic=True,
    94 )
    99 )
    95 
   100 
    96 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   101 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
    97 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   102 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should