Submitter | Alexander Plavin |
---|---|
Date | Aug. 2, 2013, 9:39 p.m. |
Message ID | <46f03aab5c7e287ac3c2.1375479552@debian-alexander.dolgopa> |
Download | mbox | patch |
Permalink | /patch/1995/ |
State | Accepted |
Commit | b5e3f2b1d5e93bb2c8c850d9249e0e9c8babf129 |
Headers | show |
Comments
Patch
diff -r 20776e6f2fbf -r 46f03aab5c7e mercurial/templates/paper/fileannotate.tmpl --- a/mercurial/templates/paper/fileannotate.tmpl Fri Jul 19 21:26:08 2013 +0400 +++ b/mercurial/templates/paper/fileannotate.tmpl Sat Aug 03 00:34:56 2013 +0400 @@ -65,7 +65,6 @@ <th class="author">children</th> <td class="author">{child%filerevchild}</td> </tr> -{changesettag} </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e mercurial/templates/paper/filecomparison.tmpl --- a/mercurial/templates/paper/filecomparison.tmpl Fri Jul 19 21:26:08 2013 +0400 +++ b/mercurial/templates/paper/filecomparison.tmpl Sat Aug 03 00:34:56 2013 +0400 @@ -64,7 +64,6 @@ <th>children</th> <td>{child%filerevchild}</td> </tr> -{changesettag} </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e mercurial/templates/paper/filediff.tmpl --- a/mercurial/templates/paper/filediff.tmpl Fri Jul 19 21:26:08 2013 +0400 +++ b/mercurial/templates/paper/filediff.tmpl Sat Aug 03 00:34:56 2013 +0400 @@ -64,7 +64,6 @@ <th>children</th> <td>{child%filerevchild}</td> </tr> -{changesettag} </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e mercurial/templates/paper/filerevision.tmpl --- a/mercurial/templates/paper/filerevision.tmpl Fri Jul 19 21:26:08 2013 +0400 +++ b/mercurial/templates/paper/filerevision.tmpl Sat Aug 03 00:34:56 2013 +0400 @@ -63,7 +63,6 @@ <th class="author">children</th> <td class="author">{child%filerevchild}</td> </tr> -{changesettag} </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Fri Jul 19 21:26:08 2013 +0400 +++ b/tests/test-hgweb-commands.t Sat Aug 03 00:34:56 2013 +0400 @@ -637,7 +637,6 @@ <th class="author">children</th> <td class="author"><a href="/file/1d22e65f027e/foo">1d22e65f027e</a> </td> </tr> - </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e tests/test-hgweb-diffs.t --- a/tests/test-hgweb-diffs.t Fri Jul 19 21:26:08 2013 +0400 +++ b/tests/test-hgweb-diffs.t Sat Aug 03 00:34:56 2013 +0400 @@ -269,7 +269,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> @@ -538,7 +537,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> @@ -638,7 +636,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> @@ -760,7 +757,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> @@ -884,7 +880,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e tests/test-hgweb-removed.t --- a/tests/test-hgweb-removed.t Fri Jul 19 21:26:08 2013 +0400 +++ b/tests/test-hgweb-removed.t Sat Aug 03 00:34:56 2013 +0400 @@ -213,7 +213,6 @@ <th>children</th> <td></td> </tr> - </table> <div class="overflow"> diff -r 20776e6f2fbf -r 46f03aab5c7e tests/test-highlight.t --- a/tests/test-highlight.t Fri Jul 19 21:26:08 2013 +0400 +++ b/tests/test-highlight.t Sat Aug 03 00:34:56 2013 +0400 @@ -132,7 +132,6 @@ <th class="author">children</th> <td class="author"></td> </tr> - </table> <div class="overflow"> @@ -264,7 +263,6 @@ <th class="author">children</th> <td class="author"></td> </tr> - </table> <div class="overflow">