This is an archive of the discontinued Mercurial Phabricator instance.

remotenames: consider existing data while storing newer data
AbandonedPublic

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

Details

Reviewers
durin42
Group Reviewers
hg-reviewers
Summary

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Nov 10 2017, 2:01 PM
durin42 accepted this revision as: durin42.Nov 13 2017, 5:32 PM
durin42 added a subscriber: durin42.

Seems fine, though this use case does make me wonder (a little) if we should give up and use sqlite for this so we don't end up constantly rewriting a massive file.

Don't rewrite in that direction though unless someone else wants to see that though.

pulkit abandoned this revision.Nov 29 2017, 5:06 PM

Updated the series with new differentials D1547 to D1551.