Mercurial > hg-stable
diff tests/test-hgweb-symrev.t @ 27081:37290f2f2c3b
paper: show current revision on file log page
Most of the pages in paper (and coal) style show the current revision and its
branch, tags and bookmarks. Let's also show all this on file log page.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 13 Nov 2015 18:31:58 +0800 |
parents | 32bd195ab787 |
children | 1c66497261b2 |
line wrap: on
line diff
--- a/tests/test-hgweb-symrev.t Fri Nov 20 11:26:31 2015 -0800 +++ b/tests/test-hgweb-symrev.t Fri Nov 13 18:31:58 2015 +0800 @@ -166,6 +166,7 @@ <li><a href="/annotate/xyzzy/foo?style=paper">annotate</a></li> <li><a href="/raw-file/xyzzy/foo">raw</a></li> <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed"> + log foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> <a href="/log/xyzzy/foo?revcount=30&style=paper">less</a> <a href="/log/xyzzy/foo?revcount=120&style=paper">more</a> | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> </div> @@ -353,6 +354,7 @@ <li><a href="/annotate/xyzzy/foo?style=coal">annotate</a></li> <li><a href="/raw-file/xyzzy/foo">raw</a></li> <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed"> + log foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> <a href="/log/xyzzy/foo?revcount=30&style=coal">less</a> <a href="/log/xyzzy/foo?revcount=120&style=coal">more</a> | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> </div>