changeset 36140 | b60c577b6e03 |
parent 36139 | 22ed16caa596 |
child 36198 | 9fd8c2a3db5a |
--- a/hgext/narrow/narrowwirepeer.py Mon Feb 12 14:49:38 2018 -0500 +++ b/hgext/narrow/narrowwirepeer.py Mon Feb 12 14:58:32 2018 -0500 @@ -43,6 +43,8 @@ def wirereposetup(ui, peer): def wrapped(orig, cmd, *args, **kwargs): if cmd == 'unbundle': + # TODO: don't blindly add include/exclude wireproto + # arguments to unbundle. include, exclude = repo.narrowpats kwargs["includepats"] = ','.join(include) kwargs["excludepats"] = ','.join(exclude)