##// END OF EJS Templates
paper: show branch/tags/bookmarks when comparing (issue3559)
Anton Shestakov -
r25135:3b689001 default
parent child Browse files
Show More
@@ -885,6 +885,8 b' def comparison(web, req, tmpl):'
885 885 branch=webutil.nodebranchnodefault(ctx),
886 886 parent=webutil.parents(fctx),
887 887 child=webutil.children(fctx),
888 tags=webutil.nodetagsdict(web.repo, ctx.node()),
889 bookmarks=webutil.nodebookmarksdict(web.repo, ctx.node()),
888 890 leftrev=leftrev,
889 891 leftnode=hex(leftnode),
890 892 rightrev=rightrev,
@@ -36,7 +36,7 b''
36 36
37 37 <div class="main">
38 38 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
39 <h3>comparison {file|escape} @ {rev}:{node|short}</h3>
39 <h3>comparison {file|escape} @ {rev}:{node|short} {branch%changelogbranchname}{tags%changelogtag}{bookmarks%changelogtag}</h3>
40 40
41 41 <form class="search" action="{url|urlescape}log">
42 42 <p>{sessionvars%hiddenformentry}</p>
@@ -755,7 +755,7 b' comparison existing file'
755 755
756 756 <div class="main">
757 757 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
758 <h3>comparison a @ 2:d73db4d812ff</h3>
758 <h3>comparison a @ 2:d73db4d812ff <span class="tag">tip</span> </h3>
759 759
760 760 <form class="search" action="/log">
761 761 <p></p>
@@ -884,7 +884,7 b' comparison removed file'
884 884
885 885 <div class="main">
886 886 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
887 <h3>comparison a @ 3:20e80271eb7a</h3>
887 <h3>comparison a @ 3:20e80271eb7a <span class="tag">tip</span> </h3>
888 888
889 889 <form class="search" action="/log">
890 890 <p></p>
@@ -1019,7 +1019,7 b' comparison not-modified file'
1019 1019
1020 1020 <div class="main">
1021 1021 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
1022 <h3>comparison e @ 5:41d9fc4a6ae1</h3>
1022 <h3>comparison e @ 5:41d9fc4a6ae1 <span class="tag">tip</span> </h3>
1023 1023
1024 1024 <form class="search" action="/log">
1025 1025 <p></p>
General Comments 0
You need to be logged in to leave comments. Login now