Minor hgweb fixup for new diff code
authormpm@selenic.com
Thu, 30 Jun 2005 23:21:09 -0800
changeset 539 44b29b98254a
parent 538 7140bc781655
child 540 53872e2be33a
Minor hgweb fixup for new diff code -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Minor hgweb fixup for new diff code manifest hash: a80a817fa1511c6ea76f07b2e03691539c19de55 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxO7lywK+sNU5EO8RArAkAJ49Piw1lKwhno5XtTdE0J2B3KIeJQCgpeZW JbFuy/zzo2e45xu6Uez8CMw= =sQOB -----END PGP SIGNATURE-----
mercurial/hgweb.py
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -194,7 +194,7 @@ class hgweb:
         date1 = self.date(change1)
         date2 = self.date(change2)
 
-        c, a, d = r.changes(node1, node2)
+        c, a, d, u = r.changes(node1, node2)
         c, a, d = map(lambda x: filterfiles(x, files), (c, a, d))
 
         for f in c: