comparison tests/test-hgweb-commands.out @ 8796:2bcef677a6c3

localrepo: remove 'closed' argument to heads(...) function - repository heads are not associated with the closed attribute, so remove it making the code in line with the concept. - Fix functions that were calling heads with the parameter. - Adjust webcommands.branches to include the concept of inactive as well as open and closed branches - Fix code and docstrings in commands to make the correct use of closed branches & branch heads clearer - Improve grammar of 'hg heads' help text (2nd submission) this does not alter the cli for hg branches, that work is still to be done
author John Mulligan <phlogistonjohn@asynchrono.us>
date Wed, 10 Jun 2009 19:11:49 -0400
parents de6bb29e208a
children 1de6e7e1bb9f
comparison
equal deleted inserted replaced
8795:51c29aec0b75 8796:2bcef677a6c3
530 </td> 530 </td>
531 </tr> 531 </tr>
532 <tr class="parity1"> 532 <tr class="parity1">
533 <td class="age"><i>many years ago</i></td> 533 <td class="age"><i>many years ago</i></td>
534 <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> 534 <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td>
535 <td class="closed">default</td> 535 <td class="inactive">default</td>
536 <td class="link"> 536 <td class="link">
537 <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> | 537 <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> |
538 <a href="/log/a4f92ed23982?style=gitweb">changelog</a> | 538 <a href="/log/a4f92ed23982?style=gitweb">changelog</a> |
539 <a href="/file/a4f92ed23982?style=gitweb">files</a> 539 <a href="/file/a4f92ed23982?style=gitweb">files</a>
540 </td> 540 </td>