Admin/Mercurial/misc.diff
author wenzelm
Sat, 10 Jan 2009 21:32:30 +0100
changeset 29435 a5f84ac14609
parent 29147 0a1e35dd2d9b
permissions -rw-r--r--
added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;
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>