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 { | ||
rankdir=LR; | |||
"5c7" [shape=record; label="{<1>5 | <2>c | <3>7}"] | |||
"5c7:1" -- 变动前 | |||
} | } | ||
</graphviz> | </graphviz> |