# HG changeset patch # User Anton Shestakov # Date 1431661329 -28800 # 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 -r 755d23a49170 -r 64f403b70a01 mercurial/templates/gitweb/map --- a/mercurial/templates/gitweb/map Sat May 16 00:36:35 2015 -0400 +++ b/mercurial/templates/gitweb/map Fri May 15 11:42:09 2015 +0800 @@ -293,6 +293,7 @@ {desc|strip|firstline|escape|nonempty} + {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}