##// END OF EJS Templates
paper: show branch/tags/bookmarks when blaming (issue3559)
Anton Shestakov -
r25136:99d01d28 default
parent child Browse files
Show More
@@ -953,6 +953,8 b' def annotate(web, req, tmpl):'
953 branch=webutil.nodebranchnodefault(fctx),
953 branch=webutil.nodebranchnodefault(fctx),
954 parent=webutil.parents(fctx),
954 parent=webutil.parents(fctx),
955 child=webutil.children(fctx),
955 child=webutil.children(fctx),
956 tags=webutil.nodetagsdict(web.repo, fctx.node()),
957 bookmarks=webutil.nodebookmarksdict(web.repo, fctx.node()),
956 permissions=fctx.manifest().flags(f))
958 permissions=fctx.manifest().flags(f))
957
959
958 @webcommand('filelog')
960 @webcommand('filelog')
@@ -37,7 +37,7 b''
37
37
38 <div class="main">
38 <div class="main">
39 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
39 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
40 <h3>annotate {file|escape} @ {rev}:{node|short}</h3>
40 <h3>annotate {file|escape} @ {rev}:{node|short} {branch%changelogbranchname}{tags%changelogtag}{bookmarks%changelogtag}</h3>
41
41
42 <form class="search" action="{url|urlescape}log">
42 <form class="search" action="{url|urlescape}log">
43 {sessionvars%hiddenformentry}
43 {sessionvars%hiddenformentry}
@@ -236,7 +236,7 b' hgweb fileannotate, html'
236
236
237 <div class="main">
237 <div class="main">
238 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
238 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
239 <h3>annotate primes.py @ 0:853dcd4de2a6</h3>
239 <h3>annotate primes.py @ 0:853dcd4de2a6 <span class="tag">tip</span> </h3>
240
240
241 <form class="search" action="/log">
241 <form class="search" action="/log">
242
242
General Comments 0
You need to be logged in to leave comments. Login now