##// END OF EJS Templates
configitems: register the 'extdata.*.diffargs' config
Boris Feld -
r34779:bf138446 default
parent child Browse files
Show More
@@ -93,6 +93,11 b" configitem('extdiff', r'opts\\..*',"
93 93 generic=True,
94 94 )
95 95
96 configitem('diff-tools', r'.*\.diffargs$',
97 default=None,
98 generic=True,
99 )
100
96 101 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
97 102 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
98 103 # be specifying the version(s) of Mercurial they are tested with, or
General Comments 0
You need to be logged in to leave comments. Login now