Sun Oct 30 23:23:47 UTC 2005  Alberto Bertogli <albertogli@telpin.com.ar>
  * Include a list of changed files in each RSS description.
hunk ./darcsweb.cgi 1661
+			print '<br/>'
+		print '<br/>'
+		changed = p.adds + p.removes + p.modifies.keys() + \
+				p.moves.keys() + p.diradds + p.dirremoves + \
+				p.replaces.keys()
+		for i in changed:
+			print '%s<br/>' % i