Mercurial > hg
changeset 18517:0c51532ec233 stable
hgweb: remove baseline info from paper template
The user interface introduced in d605a82cf189 is not considered ready
for prime time yet. The internal code stays in place for custom template
usage. The feature is ultimately wanted and will be re-enabled soon. The
current issue is only related to the visual of the current interface.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 01 Feb 2013 05:40:06 +0100 |
parents | 9fbeb61b8ad2 |
children | 0324a1d88a53 |
files | mercurial/templates/paper/changeset.tmpl tests/test-hgweb-commands.t tests/test-hgweb-diffs.t tests/test-hgweb-removed.t |
diffstat | 4 files changed, 0 insertions(+), 40 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/paper/changeset.tmpl Thu Jan 31 20:01:26 2013 -0600 +++ b/mercurial/templates/paper/changeset.tmpl Fri Feb 01 05:40:06 2013 +0100 @@ -74,14 +74,6 @@ </div> </td> </tr> -<tr> - <th class="author">change baseline</th> - <td class="author">{parent%changesetbaseline}</td> -</tr> -<tr> - <th class="author">current baseline</th> - <td class="author"><a href="{url}rev/{currentbaseline|short}{sessionvars%urlparameter}">{currentbaseline|short}</a></td> -</tr> </table> <div class="overflow">
--- a/tests/test-hgweb-commands.t Thu Jan 31 20:01:26 2013 -0600 +++ b/tests/test-hgweb-commands.t Fri Feb 01 05:40:06 2013 +0100 @@ -447,14 +447,6 @@ </div> </td> </tr> - <tr> - <th class="author">change baseline</th> - <td class="author"></td> - </tr> - <tr> - <th class="author">current baseline</th> - <td class="author"><a href="/rev/000000000000">000000000000</a></td> - </tr> </table> <div class="overflow">
--- a/tests/test-hgweb-diffs.t Thu Jan 31 20:01:26 2013 -0600 +++ b/tests/test-hgweb-diffs.t Fri Feb 01 05:40:06 2013 +0100 @@ -139,14 +139,6 @@ </div> </td> </tr> - <tr> - <th class="author">change baseline</th> - <td class="author"></td> - </tr> - <tr> - <th class="author">current baseline</th> - <td class="author"><a href="/rev/000000000000">000000000000</a></td> - </tr> </table> <div class="overflow"> @@ -408,14 +400,6 @@ </div> </td> </tr> - <tr> - <th class="author">change baseline</th> - <td class="author"></td> - </tr> - <tr> - <th class="author">current baseline</th> - <td class="author"><a href="/rev/000000000000">000000000000</a></td> - </tr> </table> <div class="overflow">
--- a/tests/test-hgweb-removed.t Thu Jan 31 20:01:26 2013 -0600 +++ b/tests/test-hgweb-removed.t Fri Feb 01 05:40:06 2013 +0100 @@ -112,14 +112,6 @@ </div> </td> </tr> - <tr> - <th class="author">change baseline</th> - <td class="author"><a href="/rev/cb9a9f314b8b:c78f6c5cbea9">cb9a9f314b8b</a> </td> - </tr> - <tr> - <th class="author">current baseline</th> - <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a></td> - </tr> </table> <div class="overflow">