hgext/graphlog.py
changeset 7355 fac7e9070a19
parent 7326 ba7ab8c4a577
child 7356 eee5b7b9c5d2
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             #     | | |        | | |