Files
@ 0c58b6dc5512
Branch filter:
Location: kallithea/setup.cfg
0c58b6dc5512
864 B
text/x-ini
hg: show code function in diffs
Just like already done for git diffs, show the function containing the
change in the hunk header of a diff, if available:
@@ -19,7 +19,7 @@ int func(void)
instead of
@@ -19,7 +19,7 @@
Just like already done for git diffs, show the function containing the
change in the hunk header of a diff, if available:
@@ -19,7 +19,7 @@ int func(void)
instead of
@@ -19,7 +19,7 @@