This is an archive of the discontinued Mercurial Phabricator instance.

narrow: pass old includes and excludes to _widen()
ClosedPublic

Authored by pulkit on Sep 30 2018, 12:11 PM.

Details

Summary

In future patches we will need to pass them in the widen wireprotocol command
which we are building.

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

pulkit created this revision.Sep 30 2018, 12:11 PM
martinvonz added inline comments.
hgext/narrow/narrowcommands.py
251–253

nit: Can you put them before their new* counterparts? That's the order used elsewhere in this file (and is probably generally more common).

pulkit updated this revision to Diff 11519.Oct 1 2018, 12:02 PM
martinvonz accepted this revision.Oct 2 2018, 12:20 PM
This revision is now accepted and ready to land.Oct 2 2018, 12:20 PM
This revision was automatically updated to reflect the committed changes.