Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable logview: Document new attribute for node

Changeset f1269b71da81

Parent e2dbae5cb38e

by Peer Sommerlund

Changes to one file · Browse files at f1269b71da81 Showing diff from parent e2dbae5cb38e Diff from another changeset...

 
18
19
20
 
 
 
 
 
 
21
22
23
 
18
19
20
21
22
23
24
25
26
27
28
29
@@ -18,6 +18,12 @@
 The node tuple has the following elements:   - rev_column: Column for the node "circle"   - rev_color: Color used to render the circle + - rev_status: + 0 for normal circle, + 1 for add up arrow (outgoing cset) + 2 for add star (new cset) + 3 for add down arrow (incoming cset) + All above +4 for larger circle = current workdir parent    The lines tuple has the following elements:   - col: Column for the upper end of the line.