Show More
@@ -546,6 +546,7 b' def manifest(web, req, tmpl):' | |||
|
546 | 546 | archives=web.archivelist(hex(node)), |
|
547 | 547 | tags=webutil.nodetagsdict(web.repo, node), |
|
548 | 548 | bookmarks=webutil.nodebookmarksdict(web.repo, node), |
|
549 | branch=webutil.nodebranchnodefault(ctx), | |
|
549 | 550 | inbranch=webutil.nodeinbranch(web.repo, ctx), |
|
550 | 551 | branches=webutil.nodebranchdict(web.repo, ctx)) |
|
551 | 552 |
@@ -30,7 +30,7 b'' | |||
|
30 | 30 | |
|
31 | 31 | <div class="main"> |
|
32 | 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 | 35 | <form class="search" action="{url|urlescape}log"> |
|
36 | 36 | {sessionvars%hiddenformentry} |
General Comments 0
You need to be logged in to leave comments.
Login now