Admin/Mercurial/misc.diff
author paulson
Tue, 02 Mar 2010 12:59:16 +0000
changeset 35509 13e83ce8391b
parent 29147 0a1e35dd2d9b
permissions -rw-r--r--
merged
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29147
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     1
diff -r hgweb/webcommands.py hgweb/webcommands.py
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     2
653c653
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     3
<         desc = templatefilters.firstline(ctx.description())
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     4
---
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     5
>         desc = ctx.description()
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     6
diff -r templates/atom/changelogentry.tmpl templates/atom/changelogentry.tmpl
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     7
2c2
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     8
<   <title>#desc|strip|firstline|strip|escape#</title>
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
     9
---
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    10
>   <title>#desc|strip|escape#</title>
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    11
diff -r templates/rss/changelogentry.tmpl templates/rss/changelogentry.tmpl
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    12
2c2
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    13
<     <title>#desc|strip|firstline|strip|escape#</title>
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    14
---
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    15
>     <title>#desc|strip|escape#</title>
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    16
diff -r templates/rss/filelogentry.tmpl templates/rss/filelogentry.tmpl
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    17
2c2
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    18
<     <title>#desc|strip|firstline|strip|escape#</title>
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    19
---
0a1e35dd2d9b misc webstyle adaptions;
wenzelm
parents:
diff changeset
    20
>     <title>#desc|strip|escape#</title>