This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: move generate() modifications from narrow
ClosedPublic

Authored by indygreg on Aug 2 2018, 5:15 PM.

Details

Summary

Narrow had a custom version of generate() that was essentially a copy
of generate() with inline additions to facilitate ellipses serving.

This commit inlines those modifications into generate().

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.
hgext/narrow/__init__.py