comparison mercurial/hgweb/hgweb_mod.py @ 5082:79373ec3f27d

merge with crew-stable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 06 Aug 2007 01:00:10 -0300
parents 97b734fb9c6f ccdc8db02bdf
children 46c5e1ee8aaa
comparison
equal deleted inserted replaced
5077:487659a90497 5082:79373ec3f27d
486 full, fnode = files[f] 486 full, fnode = files[f]
487 if fnode: 487 if fnode:
488 continue 488 continue
489 489
490 yield {"parity": parity.next(), 490 yield {"parity": parity.next(),
491 "path": os.path.join(abspath, f), 491 "path": "%s%s" % (abspath, f),
492 "basename": f[:-1]} 492 "basename": f[:-1]}
493 493
494 yield self.t("manifest", 494 yield self.t("manifest",
495 rev=ctx.rev(), 495 rev=ctx.rev(),
496 node=hex(node), 496 node=hex(node),