comparison hgext/graphlog.py @ 7355:fac7e9070a19

graphlog: drop redundant comment (see docstring)
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Wed, 12 Nov 2008 16:32:35 +0100
parents ba7ab8c4a577
children eee5b7b9c5d2
comparison
equal deleted inserted replaced
7354:cad454f295b0 7355:fac7e9070a19
192 0 means no columns added or removed; 1 means one column added. 192 0 means no columns added or removed; 1 means one column added.
193 """ 193 """
194 prev_n_columns_diff = 0 194 prev_n_columns_diff = 0
195 prev_node_index = 0 195 prev_node_index = 0
196 for (node_ch, node_lines, node_index, edges, n_columns, n_columns_diff) in grapher: 196 for (node_ch, node_lines, node_index, edges, n_columns, n_columns_diff) in grapher:
197 # node_lines is the list of all text lines to draw alongside the graph
198 197
199 if n_columns_diff == -1: 198 if n_columns_diff == -1:
200 # Transform 199 # Transform
201 # 200 #
202 # | | | | | | 201 # | | | | | |