Show More
@@ -229,8 +229,8 b' def getbundlechangegrouppart_narrow(bund' | |||||
229 | raise ValueError(_("server does not advertise changegroup version," |
|
229 | raise ValueError(_("server does not advertise changegroup version," | |
230 | " can't negotiate support for ellipsis nodes")) |
|
230 | " can't negotiate support for ellipsis nodes")) | |
231 |
|
231 | |||
232 | include = sorted(filter(bool, kwargs.get('includepats', []))) |
|
232 | include = sorted(filter(bool, kwargs.get(r'includepats', []))) | |
233 | exclude = sorted(filter(bool, kwargs.get('excludepats', []))) |
|
233 | exclude = sorted(filter(bool, kwargs.get(r'excludepats', []))) | |
234 | newmatch = narrowspec.match(repo.root, include=include, exclude=exclude) |
|
234 | newmatch = narrowspec.match(repo.root, include=include, exclude=exclude) | |
235 | if not repo.ui.configbool("experimental", "narrowservebrokenellipses"): |
|
235 | if not repo.ui.configbool("experimental", "narrowservebrokenellipses"): | |
236 | outgoing = exchange._computeoutgoing(repo, heads, common) |
|
236 | outgoing = exchange._computeoutgoing(repo, heads, common) |
General Comments 0
You need to be logged in to leave comments.
Login now