comparison hgext/graphlog.py @ 4633:ff7253a0d1da

Cleanup of whitespace, indentation and line continuation.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 19 Jun 2007 08:06:37 +0200
parents 11cf78983961
children eadfaa9ec487
comparison
equal deleted inserted replaced
4632:8d46056960ab 4633:ff7253a0d1da
183 # | | | | | | | | 183 # | | | | | | | |
184 # | o---+ into | o---+ 184 # | o---+ into | o---+
185 # | / / | | | # <--- padding line 185 # | / / | | | # <--- padding line
186 # o | | | / / 186 # o | | | / /
187 # o | | 187 # o | |
188 add_padding_line = \ 188 add_padding_line = (len(log_strings) > 2 and
189 len(log_strings) > 2 and \ 189 n_columns_diff == -1 and
190 n_columns_diff == -1 and \ 190 [x for (x, y) in edges if x + 1 < y])
191 [x for (x, y) in edges if x + 1 < y]
192 191
193 # fix_nodeline_tail says whether to rewrite 192 # fix_nodeline_tail says whether to rewrite
194 # 193 #
195 # | | o | | | | o | | 194 # | | o | | | | o | |
196 # | | |/ / | | |/ / 195 # | | |/ / | | |/ /