comparison mercurial/hgweb/hgweb_mod.py @ 3403:372999405787

author Brendan Cully <brendan@kublai.com>
date Sun, 15 Oct 2006 18:25:07 -0700
parents a004164dbeef
children 970b2d6de3b3
comparison
equal deleted inserted replaced
3402:a004164dbeef 3403:372999405787
383 parity = 1 - parity 383 parity = 1 - parity
384 last = fnode 384 last = fnode
385 385
386 yield {"parity": parity, 386 yield {"parity": parity,
387 "node": hex(f.node()), 387 "node": hex(f.node()),
388 "rev": f.linkrev(), 388 "rev": f.rev(),
389 "author": name, 389 "author": name,
390 "file": f.path(), 390 "file": f.path(),
391 "line": l} 391 "line": l}
392 392
393 yield self.t("fileannotate", 393 yield self.t("fileannotate",