Added signature for changeset
d7515d29761d
Added tag 5.9rc0 for changeset
d7515d29761d
relnotes: document the change in the dirstate API
Differential Revision: https://phab.mercurial-scm.org/D11200
dirstate: deprecate the `add` method
All users have been migrated.
Differential Revision: https://phab.mercurial-scm.org/D11199
mq: replace `add` call with newer API
Differential Revision: https://phab.mercurial-scm.org/D11198
largefile: use `update_file` instead of `add` in `synclfdirstate`
This is the newer, more semantic API.
Differential Revision: https://phab.mercurial-scm.org/D11197
largefile: use `update_file` instead of `add` in `mergerecordupdates`
This is the newer, more semantic API.
Differential Revision: https://phab.mercurial-scm.org/D11196
dirstate: deprecate the `drop` method
All users have been migrated.
Differential Revision: https://phab.mercurial-scm.org/D11195
narrow: stop using `drop` in the `updateworkingcopy`
Let us use the new API instead.
Differential Revision: https://phab.mercurial-scm.org/D11194