rust/Cargo.toml
author Pulkit Goyal <pulkit@yandex-team.ru>
Sun, 30 Sep 2018 18:59:27 +0300
changeset 39964 693dda764efe
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
narrow: don't do the dirstate dance if ellipses is not enabled I believe we set dirstate parents to nullid before widening pull because in ellipses cases, the parent might be stripped off with a new changeset. However the second ds.setparents() call invalidate my assumption. I am not sure why we do this. So here is a patch. This patch also adds tests showing we break nothing in non-ellipses cases. Differential Revision: https://phab.mercurial-scm.org/D4788

[workspace]
members = ["hgcli"]