Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-commands.out @ 8713:de6bb29e208a
hgweb: allow distinction between open/closed branches on branches page
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Thu, 04 Jun 2009 18:05:50 +0200 |
parents | e3495c399006 |
children | 2bcef677a6c3 |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.out Wed Jun 03 17:12:48 2009 -0500 +++ b/tests/test-hgweb-commands.out Thu Jun 04 18:05:50 2009 +0200 @@ -522,7 +522,7 @@ <tr class="parity0"> <td class="age"><i>many years ago</i></td> <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> -<td>stable</td> +<td class="open">stable</td> <td class="link"> <a href="/changeset/1d22e65f027e?style=gitweb">changeset</a> | <a href="/log/1d22e65f027e?style=gitweb">changelog</a> | @@ -532,7 +532,7 @@ <tr class="parity1"> <td class="age"><i>many years ago</i></td> <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> -<td>default</td> +<td class="closed">default</td> <td class="link"> <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> | <a href="/log/a4f92ed23982?style=gitweb">changelog</a> | @@ -670,7 +670,7 @@ <tr class="parity0"> <td class="age"><i>many years ago</i></td> <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> -<td>stable</td> +<td class="">stable</td> <td class="link"> <a href="/changeset/1d22e65f027e?style=gitweb">changeset</a> | <a href="/log/1d22e65f027e?style=gitweb">changelog</a> | @@ -680,7 +680,7 @@ <tr class="parity1"> <td class="age"><i>many years ago</i></td> <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> -<td>default</td> +<td class="">default</td> <td class="link"> <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> | <a href="/log/a4f92ed23982?style=gitweb">changelog</a> |