Mercurial > hg
annotate mercurial/templates/rss/error.tmpl @ 47292:5a75be916316
errors: create superclass for Abort exception
I'd like to let extensions subclass `StorageError` to define a custom
exit code. However, `StorageError` does not extend `Abort` (which is
where the exit code currently lives), and it seems that it's not
supposed to either (`StorageError` seems to be for lower-level errors
and `Abort` is for command-level errors). This patch therefore
extracts all the code from `Abort` into a new `Error` class, which
I'll soon make `StorageError` also extend.
Differential Revision: https://phab.mercurial-scm.org/D10738
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 18 May 2021 21:32:12 -0700 |
parents | 4b0fc75f9403 |
children |
rev | line source |
---|---|
7748 | 1 {header} |
2 <title>Error</title> | |
3 <description>Error</description> | |
4 <item> | |
5 <title>Error</title> | |
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 | 8 </item> |
9 </channel> | |
10 </rss> |