Show More
@@ -479,7 +479,7 b' def setup():' | |||||
479 | if repo.ui.has_section(_NARROWACL_SECTION): |
|
479 | if repo.ui.has_section(_NARROWACL_SECTION): | |
480 | getbundlechangegrouppart_narrow( |
|
480 | getbundlechangegrouppart_narrow( | |
481 | *args, **applyacl_narrow(repo, kwargs)) |
|
481 | *args, **applyacl_narrow(repo, kwargs)) | |
482 | elif kwargs.get('narrow', False): |
|
482 | elif kwargs.get(r'narrow', False): | |
483 | getbundlechangegrouppart_narrow(*args, **kwargs) |
|
483 | getbundlechangegrouppart_narrow(*args, **kwargs) | |
484 | else: |
|
484 | else: | |
485 | origcgfn(*args, **kwargs) |
|
485 | origcgfn(*args, **kwargs) |
General Comments 0
You need to be logged in to leave comments.
Login now