mercurial/hgweb/webcommands.py
changeset 38211 86f980a8cacf
parent 38210 fb5803f4fb87
child 38212 0b932b43868f
equal deleted inserted replaced
38210:fb5803f4fb87 38211:86f980a8cacf
  1342                         for edge in edges]
  1342                         for edge in edges]
  1343 
  1343 
  1344             entry.update({'col': vtx[0],
  1344             entry.update({'col': vtx[0],
  1345                           'color': (vtx[1] - 1) % 6 + 1,
  1345                           'color': (vtx[1] - 1) % 6 + 1,
  1346                           'parity': next(parity),
  1346                           'parity': next(parity),
  1347                           'edges': edgedata,
  1347                           'edges': templateutil.mappinglist(edgedata),
  1348                           'row': row,
  1348                           'row': row,
  1349                           'nextrow': row + 1})
  1349                           'nextrow': row + 1})
  1350 
  1350 
  1351             yield entry
  1351             yield entry
  1352 
  1352