Mercurial > hg
comparison relnotes/next @ 45164:7f41e824a02b
mergestate: remove unnecessary recordactions() from mergestate class
This function is updating dirstate which sounds like not something which a
method on mergestate class should do. Also this just calls another function.
Lets directly call that function and remove this reducing mergestate
responsibility a bit.
There was single caller which is updated.
Differential Revision: https://phab.mercurial-scm.org/D8737
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 09 Jul 2020 18:20:54 +0530 |
parents | 72feaeb510b3 |
children | 3496b5f24371 |
comparison
equal
deleted
inserted
replaced
45163:f69253935bf8 | 45164:7f41e824a02b |
---|