comparison .hgignore @ 105:565f0bc50257

core: only parse whitespace-related diffopts A few months ago, I introduced a config to disable the a/ and b/ prefixes, called diff.noprefix. Enabling this config caused problems with a variety of core extensions such as mq and record, and when I dug in I found that they really were doing the wrong thing -- that they should really be disabling all format-changing diffopts even if they're enabled in ui. In order to do that I introduced the difffeatureopts API, that lets extensions opt into features they're interested in. Make crecord use this API. The only options it is interested in are the whitespace ones. nodates and git need to be explicitly enabled, so do that as well.
author Siddharth Agarwal <sid0@fb.com>
date Fri, 27 Feb 2015 15:00:53 -0800
parents 15cf4a0a5ab6
children
comparison
equal deleted inserted replaced
104:e1567c94274f 105:565f0bc50257