We should have been using this value all along. Sigh.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG9445a3141501: narrow: move from ELLIPSIS_NODE_FLAG to revlog.REVIDX_ELLIPSIS
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/narrow/narrowrevlog.py | ||
---|---|---|
25 | Does this also need to move to core? What happens when core encounters this revision flag without a registered flag processor (this should never happen if repo requirements are done properly though). |
mercurial/revlog.py | ||
---|---|---|
61 | See comment on earlier patch that the flag is already defined here (line 71), unless I'm missing something |
Does this also need to move to core? What happens when core encounters this revision flag without a registered flag processor (this should never happen if repo requirements are done properly though).