view mercurial/templates/atom/error.tmpl @ 22654:02e0a574bcd3

pull: move bookmark pulling into its own function This requires adding an attribute on the pulloperation object. The bookmark pulling is protected behind a "todostep" as other steps of pull.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 27 Sep 2014 01:31:15 -0700
parents 9409aeaafdc1
children 4b0fc75f9403
line wrap: on
line source

{header}
 <!-- Error -->
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-log"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}"/>
 <title>Error</title>
 <updated>1970-01-01T00:00:00+00:00</updated>
 <entry>
  <title>Error</title>
  <id>http://mercurial.selenic.com/#error</id>
  <author>
    <name>mercurial</name>
  </author>
  <updated>1970-01-01T00:00:00+00:00</updated>
  <content type="text">{error|escape}</content>
 </entry>
</feed>