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