How to read diff result: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
graph diff { | graph diff { | ||
randir = LR; | randir=LR; | ||
5c7 [label="{<1> 5 | <2> c | <3> 7}"] | 5c7 [shape=record; label="{<1> 5 | <2> c | <3> 7}"] | ||
5c7:1 -- 第几行有变动 | 5c7:1 -- 第几行有变动 | ||
5c7:2 -- 具体变动 | 5c7:2 -- 具体变动 |