# HG changeset patch # User Boris Feld # Date 1507934086 -7200 # Node ID bf138446ac2f556e5c383adc3cb8c213fce08f44 # Parent bb2525871d957b195737c0680968830d9814d5b8 configitems: register the 'extdata.*.diffargs' config diff -r bb2525871d95 -r bf138446ac2f hgext/extdiff.py --- a/hgext/extdiff.py Sat Oct 14 00:33:57 2017 +0200 +++ b/hgext/extdiff.py Sat Oct 14 00:34:46 2017 +0200 @@ -93,6 +93,11 @@ 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