Show More
@@ -331,7 +331,7 b' def changesetentry(web, req, tmpl, ctx):' | |||||
331 | archives=web.archivelist(ctx.hex()), |
|
331 | archives=web.archivelist(ctx.hex()), | |
332 | tags=nodetagsdict(web.repo, ctx.node()), |
|
332 | tags=nodetagsdict(web.repo, ctx.node()), | |
333 | bookmarks=nodebookmarksdict(web.repo, ctx.node()), |
|
333 | bookmarks=nodebookmarksdict(web.repo, ctx.node()), | |
334 |
branch= |
|
334 | branch=showbranch, | |
335 | inbranch=nodeinbranch(web.repo, ctx), |
|
335 | inbranch=nodeinbranch(web.repo, ctx), | |
336 | branches=nodebranchdict(web.repo, ctx)) |
|
336 | branches=nodebranchdict(web.repo, ctx)) | |
337 |
|
337 |
General Comments 0
You need to be logged in to leave comments.
Login now