# HG changeset patch # User Anton Shestakov # Date 2015-05-15 03:52:39 # Node ID d08a13215d1a58a1b1b6fe12fd3cd785bf447540 # Parent 64f403b70a01ab0e9a1f4dbecaead089779b0be2 hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue) As for the gitweb style, this line for filelogentry template is copied from shortlogentry. No change to python code is needed. Tests are unaffected. diff --git a/mercurial/templates/monoblue/map b/mercurial/templates/monoblue/map --- a/mercurial/templates/monoblue/map +++ b/mercurial/templates/monoblue/map @@ -247,6 +247,7 @@ filelogentry = ' {desc|strip|firstline|escape|nonempty} + {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}