This is an archive of the discontinued Mercurial Phabricator instance.

tests: test that narrow preserves bookmarks on widen
ClosedPublic

Authored by martinvonz on Dec 9 2018, 3:09 AM.

Details

Summary

When widening inserts older commits in the changelog, we have to
preserve bookmarks so they are not removed by the call to
repair.strip() we temporarily do. We didn't have any tests for that
before.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Dec 9 2018, 3:09 AM
This revision was automatically updated to reflect the committed changes.