Mercurial > public > mercurial-scm > hg-stable
diff tests/test-template-functions.t @ 48416:8c4881c07f57
errors: use detailed exit code for RepoLookupError
Differential Revision: https://phab.mercurial-scm.org/D11829
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 19 Nov 2021 16:16:21 -0800 |
parents | 95c4cca641f6 |
children | 42d2b31cee0b |
line wrap: on
line diff
--- a/tests/test-template-functions.t Fri Nov 19 15:40:56 2021 -0800 +++ b/tests/test-template-functions.t Fri Nov 19 16:16:21 2021 -0800 @@ -1295,10 +1295,10 @@ -1 $ hg log -T '{revset("%d", rev + 1)}\n' -r'tip' abort: unknown revision '3' - [255] + [10] $ hg log -T '{revset("%d", rev - 1)}\n' -r'null' abort: unknown revision '-2' - [255] + [10] Invalid arguments passed to revset()