Mercurial > hg
diff tests/test-mq.t @ 26881:6b1ea6961554 stable
changegroup: call 'prechangegroup' hook before setting up write delay
The 'prechangegroup' interfere with 'delayupdate' logic because it trigger the
one time call of 'changelog._writepending' (see issure4934). There is no reason
not to call that hook before setting up 'delayupdate' so we move the call a bit
earlier to avoid interference.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 06 Nov 2015 12:59:09 -0500 |
parents | bbf544b5f2e9 |
children | 263edb591b72 |