# HG changeset patch # User mpm@selenic.com # Date 1118898829 28800 # Node ID e5d769afd3efc56d0e7cd7e792cefd2be54b26f2 # Parent b29219389b003780cb30b48d5f70ed8bc8e5899b# Parent fadc9e1263690fbfba430f0a95845373644c1516 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----- diff --git a/mercurial/hg.py b/mercurial/hg.py diff --git a/mercurial/hgweb.py b/mercurial/hgweb.py --- a/mercurial/hgweb.py +++ b/mercurial/hgweb.py @@ -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), diff --git a/mercurial/revlog.py b/mercurial/revlog.py diff --git a/templates/changelogentry.tmpl b/templates/changelogentry.tmpl diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl diff --git a/templates/fileannotate.tmpl b/templates/fileannotate.tmpl diff --git a/templates/filediff.tmpl b/templates/filediff.tmpl diff --git a/templates/filelogentry.tmpl b/templates/filelogentry.tmpl diff --git a/templates/filerevision.tmpl b/templates/filerevision.tmpl diff --git a/templates/manifest.tmpl b/templates/manifest.tmpl diff --git a/templates/map b/templates/map diff --git a/tests/test-conflict.out b/tests/test-conflict.out diff --git a/tests/test-tags.out b/tests/test-tags.out diff --git a/tests/test-up-local-change.out b/tests/test-up-local-change.out