comparison mercurial/revlog.py @ 35238:54bb94b715ad

remotenames: add test showing overwriting on remotenames data The current storage logic every time overwrites the existing data with the new data. This patch adds test to demonstrate that. To fix this, we need to add logic to read existing remotenames data and merge with existing data which will be added in upcoming changesets. Previously reviewed as D1356. Differential Revision: https://phab.mercurial-scm.org/D1549
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 10 Nov 2017 22:54:59 +0530
parents 1bde8e8e5de0
children 6226668a7169
comparison
equal deleted inserted replaced
35237:8df8ce2cc5dd 35238:54bb94b715ad