This is an archive of the discontinued Mercurial Phabricator instance.

path: forbid chaining `path://` definitions
ClosedPublic

Authored by marmoute on Mar 24 2021, 4:52 AM.

Details

Summary

To have path://xxx referencing paths that use path:// too, we need to
analyze dependencies to initialize them in the right order (and to detect
cycle).

I don't want to deal with that right now, so I just disallow it for now.

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

marmoute created this revision.Mar 24 2021, 4:52 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.