Show More
@@ -45,8 +45,8 b' def reposetup(repo):' | |||||
45 | # TODO: don't blindly add include/exclude wireproto |
|
45 | # TODO: don't blindly add include/exclude wireproto | |
46 | # arguments to unbundle. |
|
46 | # arguments to unbundle. | |
47 | include, exclude = repo.narrowpats |
|
47 | include, exclude = repo.narrowpats | |
48 | kwargs["includepats"] = ','.join(include) |
|
48 | kwargs[r"includepats"] = ','.join(include) | |
49 | kwargs["excludepats"] = ','.join(exclude) |
|
49 | kwargs[r"excludepats"] = ','.join(exclude) | |
50 | return orig(cmd, *args, **kwargs) |
|
50 | return orig(cmd, *args, **kwargs) | |
51 | extensions.wrapfunction(peer, '_calltwowaystream', wrapped) |
|
51 | extensions.wrapfunction(peer, '_calltwowaystream', wrapped) | |
52 | hg.wirepeersetupfuncs.append(wirereposetup) |
|
52 | hg.wirepeersetupfuncs.append(wirereposetup) |
General Comments 0
You need to be logged in to leave comments.
Login now