This is an archive of the discontinued Mercurial Phabricator instance.

remotenames: add test showing overwriting on remotenames data
ClosedPublic

Authored by pulkit on Nov 29 2017, 4:58 PM.

Details

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.

Previously reviewed as D1356.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Nov 29 2017, 4:58 PM
dlax added a subscriber: dlax.Dec 1 2017, 3:23 AM
durin42 accepted this revision.Dec 5 2017, 5:17 PM
This revision is now accepted and ready to land.Dec 5 2017, 5:17 PM
This revision was automatically updated to reflect the committed changes.