This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: drop support for "manifest" parameter
ClosedPublic

Authored by martinvonz on Apr 4 2018, 12:41 PM.

Details

Summary

AFAICT (but note that this is the first time I look at hgweb code),
the "mercurial" query parameter was removed from rendered pages in
36fa5db79dd5 (hgweb: convert gitweb to NWI, 2006-10-05). Search for
"manifest=" in that diff to see why I think it was removed. It's about
time we stop looking for the parameter in requests.

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

martinvonz created this revision.Apr 4 2018, 12:41 PM
durin42 accepted this revision.Apr 4 2018, 2:18 PM
durin42 added a subscriber: durin42.

killing this with fire

This revision is now accepted and ready to land.Apr 4 2018, 2:18 PM
This revision was automatically updated to reflect the committed changes.