Show More
@@ -524,9 +524,7 b' def show_changeset(ui, repo, opts, buffe' | |||||
524 | # options |
|
524 | # options | |
525 | patch = False |
|
525 | patch = False | |
526 | if opts.get('patch'): |
|
526 | if opts.get('patch'): | |
527 | patch = lambda x: True |
|
527 | patch = matchfn or util.always | |
528 | if matchfn: |
|
|||
529 | patch = matchfn |
|
|||
530 |
|
528 | |||
531 | br = None |
|
529 | br = None | |
532 | if opts.get('branches'): |
|
530 | if opts.get('branches'): |
General Comments 0
You need to be logged in to leave comments.
Login now