##// END OF EJS Templates
mercurial: enable showfunc diff options to make it similar like git backend....
dan -
r849:f812d434 default
parent child Browse files
Show More
@@ -458,7 +458,7 b' class HgRemote(RemoteBase):'
458 458 match_filter = match(file_filter[0], '', [file_filter[1]])
459 459 else:
460 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 463 try:
464 464 return "".join(patch.diff(
General Comments 0
You need to be logged in to leave comments. Login now