Mercurial > hg
view mercurial/templates/rss/filelogentry.tmpl @ 13944:bc32bb0e909f
util: new function checkfilename
checkfilename checks for restrictions on filenames imposed by Mercurial
itself, irrespective of on what platform it is run.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 15 Apr 2011 16:15:30 +0200 |
parents | a2dc8819bb0d |
children | 9409aeaafdc1 |
line wrap: on
line source
<item> <title>{desc|strip|firstline|strip|escape}</title> <link>{urlbase}{url}log{node|short}/{file|urlescape}</link> <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description> <author>{author|obfuscate}</author> <pubDate>{date|rfc822date}</pubDate> </item>