diff tests/test-hgweb-descend-empties.t @ 25794:902148444889

spartan: don't drop current revision in log/graph links Just to be consistent with log and shortlog links, graph links should have a revision context too. And the same goes for the graph page, where it's log and shortlog links that should have context.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 12 Jul 2015 01:51:01 +0800
parents ebdfca23c1ab
children b57d05ca8743
line wrap: on
line diff
--- a/tests/test-hgweb-descend-empties.t	Thu Jun 25 17:37:14 2015 -0500
+++ b/tests/test-hgweb-descend-empties.t	Sun Jul 12 01:51:01 2015 +0800
@@ -508,7 +508,7 @@
   <div class="buttons">
   <a href="/log/tip?style=spartan">changelog</a>
   <a href="/shortlog/tip?style=spartan">shortlog</a>
-  <a href="/graph?style=spartan">graph</a>
+  <a href="/graph/tip?style=spartan">graph</a>
   <a href="/tags?style=spartan">tags</a>
   <a href="/branches?style=spartan">branches</a>
   <a href="/rev/tip?style=spartan">changeset</a>