changeset 5717:38ab502ad94e stable

tests: update exit code in case of revset parse errors CORE-TEST-OUTPUT-UPDATE: fc4fb2f17dd4
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 02 Dec 2020 10:06:22 +0800
parents a4e50b74747e
children 77b184ee60b5
files tests/test-topic-stack.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Wed Dec 02 09:55:33 2020 +0800
+++ b/tests/test-topic-stack.t	Wed Dec 02 10:06:22 2020 +0800
@@ -379,11 +379,11 @@
 
   $ hg log -r 'stack(foo)'
   hg: parse error: stack takes no arguments, it works on current topic
-  [255]
+  [10]
 
   $ hg log -r 'stack(foobar)'
   hg: parse error: stack takes no arguments, it works on current topic
-  [255]
+  [10]
 
 Stack relation: