Filesets are relative to the current working directory by default, so we use
rootglob: to change this behavior.
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
As far as I know, set: isn't a pattern itself, it's a "hey, everything that comes after this is a fileset, not a glob".
I'm OK waiting for D7570, it's the main reason I split this out from the other two in this stack, but if we want to accept it before D7570 makes it in (unsure if it's currently blocked), I'm also OK with that.
I think that the later commits are still useful, though: I don't think D7570 deals with listfile, and the configuration for clang-format is broken in other ways. I'll reorder them so this is tip instead of root.
contrib/examples/fix.hgrc | ||
---|---|---|
2 | Oops, split failure, this line should remain, I'll send an update. |
It seems like D7570 is pretty much ready, so we could drop this patch then. I think the rootglob:s are a slight distraction that we should not have if they're not needed.
Oops, split failure, this line should remain, I'll send an update.