Merge with TAH

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Merge with TAH

manifest hash: f73215065ecbcfd9a0d0964de5ed73a392837a56
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCsQqNywK+sNU5EO8RAiuOAJ4lL23LcxAkbPHy33snasBgrkhNxQCgkBLO
ohB0/EA2dAvQtu5sMSW03D8=
=lF8D
-----END PGP SIGNATURE-----
This commit is contained in:
mpm@selenic.com 2005-06-15 21:13:49 -08:00
commit 6b876058c8

View File

@ -563,7 +563,7 @@ class hgweb:
footer = self.footer(),
repo = self.reponame,
file = file,
filenode = hex(mf[file]),
filenode = hex(mf.get(file, nullid)),
node = changeset,
rev = self.repo.changelog.rev(n),
p1 = hex(p1),