This is an archive of the discontinued Mercurial Phabricator instance.

tests: add test for narrow+share
ClosedPublic

Authored by martinvonz on Nov 14 2018, 8:12 PM.

Details

Summary

For how narrow+share is supposed to work, see
https://www.mercurial-scm.org/wiki/NarrowSharePlan.

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.Nov 14 2018, 8:12 PM
martinvonz updated this revision to Diff 12939.Dec 21 2018, 2:50 AM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.Dec 22 2018, 9:23 PM

+ $ find main/d* -type f
+ main/d1/f
+ main/d3/g
+ main/d3/f
+ main/d5/f
+ main/d7/f

Inserted | sort to stabilize the output.