debian/compat
author Anton Shestakov <av6@dwimlabs.net>
Sun, 26 Jan 2020 20:52:25 +0700
branchstable
changeset 5248 fa20e48b7713
parent 4912 43e9bb4de6b5
permissions -rw-r--r--
uncommit: use repo.setparents() instead of repo.dirstate.setparents() setparents() was added to localrepository class in 2012, and now we finally have some differences between calling repo.setparents() vs repo.dirstate.setparents(): _quick_access_* things, introduced in hg 5.3. This patch fixes potential quick-access desync problems where repo[b'.'] would be different from repo.dirstate.p1().
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4912
43e9bb4de6b5 debian: update debhelper compat
Denis Laxalde <denis@laxalde.org>
parents: 531
diff changeset
     1
10