templates/rss/error.tmpl
author David Soria Parra <dsp@php.net>
Sun, 01 Mar 2009 00:30:01 +0100
changeset 7816 f420eafe59cd
parent 7750 b03416194895
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
bookmarks: Set current bookmark if we create a new one on the tip If track.current is enabled we set the newly created bookmark as the current tracked bookmark. We do not do this if a revision is specified.

{header}
    <title>Error</title>
    <description>Error</description>
    <item>
      <title>Error</title>
      <description>{error|escape}</description>
      <guid>http://www.selenic.com/mercurial/#error</guid>
    </item>
  </channel>
</rss>