Show More
@@ -3540,7 +3540,7 b' def mqcommand(orig, ui, repo, *args, **k' | |||||
3540 | """Add --mq option to operate on patch repository instead of main""" |
|
3540 | """Add --mq option to operate on patch repository instead of main""" | |
3541 |
|
3541 | |||
3542 | # some commands do not like getting unknown options |
|
3542 | # some commands do not like getting unknown options | |
3543 | mq = kwargs.pop('mq', None) |
|
3543 | mq = kwargs.pop(r'mq', None) | |
3544 |
|
3544 | |||
3545 | if not mq: |
|
3545 | if not mq: | |
3546 | return orig(ui, repo, *args, **kwargs) |
|
3546 | return orig(ui, repo, *args, **kwargs) |
General Comments 0
You need to be logged in to leave comments.
Login now