##// END OF EJS Templates
paper: show branch/tags/bookmarks when browsing (issue3559)...
Anton Shestakov -
r25132:917b5a07 default
parent child Browse files
Show More
@@ -546,6 +546,7 b' def manifest(web, req, tmpl):'
546 archives=web.archivelist(hex(node)),
546 archives=web.archivelist(hex(node)),
547 tags=webutil.nodetagsdict(web.repo, node),
547 tags=webutil.nodetagsdict(web.repo, node),
548 bookmarks=webutil.nodebookmarksdict(web.repo, node),
548 bookmarks=webutil.nodebookmarksdict(web.repo, node),
549 branch=webutil.nodebranchnodefault(ctx),
549 inbranch=webutil.nodeinbranch(web.repo, ctx),
550 inbranch=webutil.nodeinbranch(web.repo, ctx),
550 branches=webutil.nodebranchdict(web.repo, ctx))
551 branches=webutil.nodebranchdict(web.repo, ctx))
551
552
@@ -30,7 +30,7 b''
30
30
31 <div class="main">
31 <div class="main">
32 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
32 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
33 <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3>
33 <h3>directory {path|escape} @ {rev}:{node|short} {branch%changelogbranchname}{tags%changelogtag}{bookmarks%changelogtag}</h3>
34
34
35 <form class="search" action="{url|urlescape}log">
35 <form class="search" action="{url|urlescape}log">
36 {sessionvars%hiddenformentry}
36 {sessionvars%hiddenformentry}
General Comments 0
You need to be logged in to leave comments. Login now