mercurial/templates/rss/error.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Oct 2020 09:29:49 +0200
changeset 45671 2d6aea053153
parent 26421 4b0fc75f9403
permissions -rw-r--r--
copies: add a HASCOPIESINFO flag to highlight rev with useful data If some files changes that may impact copy tracing are detected, we set this flag. This helps the copy tracing algorithm to skip fetching possibly expensive data when unnecessary. Differential Revision: https://phab.mercurial-scm.org/D9139
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     1
{header}
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     2
    <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     3
    <description>Error</description>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     4
    <item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     5
      <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     6
      <description>{error|escape}</description>
26421
4b0fc75f9403 urls: bulk-change primary website URLs
Matt Mackall <mpm@selenic.com>
parents: 9999
diff changeset
     7
      <guid>https://mercurial-scm.org/#error</guid>
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     8
    </item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     9
  </channel>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    10
</rss>