The cache update happens but it happens post calculation of alltags and hence we
still don't get correct list of tags in current run.
Next patch will try to fix this.
Details
Details
- Reviewers
Alphare marmoute - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
I'm waiting for the "next patch" mentioned in the commit message before this can be accepted, since the behavior changed from an abort to a silent omission of valid data, which is a regression.
mercurial/tags.py | ||
---|---|---|
205 | This should probably be gated by the presence of invalidnodes to avoid a useless loop. |
This should probably be gated by the presence of invalidnodes to avoid a useless loop.