Show More
@@ -458,7 +458,7 b' class HgRemote(RemoteBase):' | |||||
458 | match_filter = match(file_filter[0], '', [file_filter[1]]) |
|
458 | match_filter = match(file_filter[0], '', [file_filter[1]]) | |
459 | else: |
|
459 | else: | |
460 | match_filter = file_filter |
|
460 | match_filter = file_filter | |
461 | opts = diffopts(git=opt_git, ignorews=opt_ignorews, context=context) |
|
461 | opts = diffopts(git=opt_git, ignorews=opt_ignorews, context=context, showfunc=1) | |
462 |
|
462 | |||
463 | try: |
|
463 | try: | |
464 | return "".join(patch.diff( |
|
464 | return "".join(patch.diff( |
General Comments 0
You need to be logged in to leave comments.
Login now