How to read diff result: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<graphviz>
<graphviz>
graph diff {
graph diff {
 
{ rank=same; A; B; C }
"5c7" [shape=record; label="{<1>5 | <2>c | <3>7}"]
"5"
"5c7" -- 变动前行号
"c"
"5c7" -- 变动详情
"7"
"5c7" -- 变动后行号
}
}


</graphviz>
</graphviz>

Revision as of 17:07, 10 January 2025