##// END OF EJS Templates
webcommands: document "filelog" web command
Gregory Szorc -
r24095:1f48b157 default
parent child Browse files
Show More
@@ -986,6 +986,17 def annotate(web, req, tmpl):
986 986
987 987 @webcommand('filelog')
988 988 def filelog(web, req, tmpl):
989 """
990 /filelog/{revision}/{path}
991 --------------------------
992
993 Show information about the history of a file in the repository.
994
995 The ``revcount`` query string argument can be defined to control the
996 maximum number of entries to show.
997
998 The ``filelog`` template will be rendered.
999 """
989 1000
990 1001 try:
991 1002 fctx = webutil.filectx(web.repo, req)
General Comments 0
You need to be logged in to leave comments. Login now