This is an archive of the discontinued Mercurial Phabricator instance.

tests: fix share test to actually share the repo
ClosedPublic

Authored by martinvonz on May 16 2019, 2:28 AM.

Details

Summary

"repo2" is clearly meant to be a share from "repo1" but without
sharing bookmarks. However, hg unshare was called in the repo, so it
had become completely unrelated and thus not testing what it was
supposed to test.

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

martinvonz created this revision.May 16 2019, 2:28 AM
pulkit accepted this revision.May 16 2019, 7:10 AM
This revision was automatically updated to reflect the committed changes.