[PATCH 1 of 4] paper: remove unused occurence of changelogtag in views

Alexander Plavin alexander at plav.in
Fri Aug 2 21:39:12 UTC 2013


# HG changeset patch
# User Alexander Plavin <alexander at plav.in>
# Date 1375475696 -14400
#      Sat Aug 03 00:34:56 2013 +0400
# Node ID 46f03aab5c7e287ac3c28d85de640e6b6abeda3b
# Parent  20776e6f2fbf49d8807cbf308e102f5798bce7d9
paper: remove unused occurence of changelogtag in views

This variably isn't passed to these views and it always renders to empty string
for this reason. Other themes don't have this issue.

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">


More information about the Mercurial-devel mailing list