--- a/mercurial/hgweb/webcommands.py Fri Feb 06 22:08:30 2015 -0800
+++ b/mercurial/hgweb/webcommands.py Fri Feb 06 22:11:54 2015 -0800
@@ -986,6 +986,17 @@
@webcommand('filelog')
def filelog(web, req, tmpl):
+ """
+ /filelog/{revision}/{path}
+ --------------------------
+
+ Show information about the history of a file in the repository.
+
+ The ``revcount`` query string argument can be defined to control the
+ maximum number of entries to show.
+
+ The ``filelog`` template will be rendered.
+ """
try:
fctx = webutil.filectx(web.repo, req)