This is a very crude way of doing it, but it seems to be working well
enough. The number of entries on the page won't be the usual maximum
number per page, but this is good enough for me.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHGd3a2344446e6: hgweb: don't include hidden revisions in /filelog/ view
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
Comment Actions
It's a bit scary to rely on linkrev(), but the way how hgweb handles fctxs
effectively disables linkrev adjustment. So this should be good enough for now.
Queued, thanks.