annotate mercurial/templates/rss/error.tmpl @ 51917:1d6982827c4b default tip

rust: fix the deprecation warning in NaiveDateTime::from_timestamp This warning appears between chrono 0.4.34 and 0.4.38, so isn't affecting the current lock file, but it would come when we upgraded the version.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Fri, 27 Sep 2024 17:25:15 +0100
parents 4b0fc75f9403
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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>