hgweb: remove unused/nonexistent filelogentry from atom/map
filelog in atom style uses changelogentry to show commits, and
atom/filelogentry.tmpl doesn't even exist.
--- a/mercurial/templates/atom/map Wed Jun 29 20:58:09 2016 +0800
+++ b/mercurial/templates/atom/map Wed Jun 29 21:07:59 2016 +0800
@@ -5,7 +5,6 @@
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
-filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
bookmarks = bookmarks.tmpl