--- a/mercurial/hgweb.py Sat Jul 02 13:39:40 2005 -0800
+++ b/mercurial/hgweb.py Sat Jul 02 13:40:15 2005 -0800
@@ -1,7 +1,7 @@
# hgweb.py - web interface to a mercurial repository
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
-# Copyright 2005 Matt Mackall <mpm@selenic.com>
+# Copyright 2005 Matt Mackall <mpm@selenic.com>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
@@ -657,7 +657,7 @@
except KeyError:
write(self.search(hi))
return
-
+
write(self.changelog(hi))
elif args['cmd'][0] == 'changeset':