Show More
@@ -885,6 +885,8 b' def comparison(web, req, tmpl):' | |||||
885 | branch=webutil.nodebranchnodefault(ctx), |
|
885 | branch=webutil.nodebranchnodefault(ctx), | |
886 | parent=webutil.parents(fctx), |
|
886 | parent=webutil.parents(fctx), | |
887 | child=webutil.children(fctx), |
|
887 | child=webutil.children(fctx), | |
|
888 | tags=webutil.nodetagsdict(web.repo, ctx.node()), | |||
|
889 | bookmarks=webutil.nodebookmarksdict(web.repo, ctx.node()), | |||
888 | leftrev=leftrev, |
|
890 | leftrev=leftrev, | |
889 | leftnode=hex(leftnode), |
|
891 | leftnode=hex(leftnode), | |
890 | rightrev=rightrev, |
|
892 | rightrev=rightrev, |
@@ -36,7 +36,7 b'' | |||||
36 |
|
36 | |||
37 | <div class="main"> |
|
37 | <div class="main"> | |
38 | <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2> |
|
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 | <form class="search" action="{url|urlescape}log"> |
|
41 | <form class="search" action="{url|urlescape}log"> | |
42 | <p>{sessionvars%hiddenformentry}</p> |
|
42 | <p>{sessionvars%hiddenformentry}</p> |
@@ -628,7 +628,7 b' comparison new file' | |||||
628 |
|
628 | |||
629 | <div class="main"> |
|
629 | <div class="main"> | |
630 | <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> |
|
630 | <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> | |
631 | <h3>comparison a @ 0:0cd96de13884</h3> |
|
631 | <h3>comparison a @ 0:0cd96de13884 </h3> | |
632 |
|
632 | |||
633 | <form class="search" action="/log"> |
|
633 | <form class="search" action="/log"> | |
634 | <p></p> |
|
634 | <p></p> | |
@@ -755,7 +755,7 b' comparison existing file' | |||||
755 |
|
755 | |||
756 | <div class="main"> |
|
756 | <div class="main"> | |
757 | <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> |
|
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 | <form class="search" action="/log"> |
|
760 | <form class="search" action="/log"> | |
761 | <p></p> |
|
761 | <p></p> | |
@@ -884,7 +884,7 b' comparison removed file' | |||||
884 |
|
884 | |||
885 | <div class="main"> |
|
885 | <div class="main"> | |
886 | <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> |
|
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 | <form class="search" action="/log"> |
|
889 | <form class="search" action="/log"> | |
890 | <p></p> |
|
890 | <p></p> | |
@@ -1019,7 +1019,7 b' comparison not-modified file' | |||||
1019 |
|
1019 | |||
1020 | <div class="main"> |
|
1020 | <div class="main"> | |
1021 | <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> |
|
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 | <form class="search" action="/log"> |
|
1024 | <form class="search" action="/log"> | |
1025 | <p></p> |
|
1025 | <p></p> |
General Comments 0
You need to be logged in to leave comments.
Login now