view templates/atom/changelogentry.tmpl @ 5326:319c09685f30

dirstate: make dir collision logic faster - shortcircuit decpath if we haven't built the _dirs map - increment only for leafnodes of directory tree (this should make construction more like O(nlog n) than O(n^2))
author Matt Mackall <mpm@selenic.com>
date Mon, 24 Sep 2007 12:36:38 -0500
parents b962f82cfd61
children
line wrap: on
line source

 <entry>
  <title>#desc|strip|firstline|strip|escape#</title>
  <id>http://www.selenic.com/mercurial/#changeset-{node}</id>
  <link href="{urlbase}{url}rev/{node}"/>
  <author>
   <name>#author|person|escape#</name>
   <email>#author|email|obfuscate#</email>
  </author>
  <updated>#date|rfc3339date#</updated>
  <published>#date|rfc3339date#</published>
  <content type="xhtml">
   <div xmlns="http://www.w3.org/1999/xhtml">
    <pre xml:space="preserve">#desc|escape#</pre>
   </div>
  </content>
 </entry>