# HG changeset patch # User Anton Shestakov # Date 2015-05-15 03:42:09 # Node ID 64f403b70a01ab0e9a1f4dbecaead089779b0be2 # Parent 755d23a49170bd1b9699826607f41c3f3913ef33 hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb) This line for filelogentry template is copied from shortlogentry. The information is already displayed in paper style, so no change to python code is needed. Tests are unaffected. diff --git a/mercurial/templates/gitweb/map b/mercurial/templates/gitweb/map --- a/mercurial/templates/gitweb/map +++ b/mercurial/templates/gitweb/map @@ -293,6 +293,7 @@ filelogentry = ' {desc|strip|firstline|escape|nonempty} + {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}