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
- Automatic diff as part of commit; lint not applicable. 
- Unit
- Automatic diff as part of commit; unit tests not applicable. 
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 | ||
|---|---|---|
| 60 ↗ | (On Diff #5158) | 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).