# HG changeset patch # User Boris Feld # Date 2017-10-13 22:34:46 # Node ID bf138446ac2f556e5c383adc3cb8c213fce08f44 # Parent bb2525871d957b195737c0680968830d9814d5b8 configitems: register the 'extdata.*.diffargs' config diff --git a/hgext/extdiff.py b/hgext/extdiff.py --- a/hgext/extdiff.py +++ b/hgext/extdiff.py @@ -93,6 +93,11 @@ configitem('extdiff', r'opts\..*', generic=True, ) +configitem('diff-tools', r'.*\.diffargs$', + default=None, + generic=True, +) + # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should # be specifying the version(s) of Mercurial they are tested with, or