How to read diff result: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
graph diff { | graph diff { | ||
rankdir= | rankdir=TB; | ||
"5c7" [shape=record; label="{<1>5 | <2>c | <3>7}"] | "5c7" [rankdir=LR; shape=record; label="{<1>5 | <2>c | <3>7}"] | ||
"5c7":1:s -- 变动前行号 | "5c7":1:s -- 变动前行号 | ||
"5c7":2:s -- 变动详情 | "5c7":2:s -- 变动详情 |