This is an archive of the discontinued Mercurial Phabricator instance.

remotenames: add test showing overwriting on remotenames data
AbandonedPublic

Authored by pulkit on Nov 10 2017, 2:01 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

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.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped