diff tests/test-topic.t @ 5714:b3d9e6c805d6 stable

tests: update with more detailed exit codes CORE-TEST-OUTPUT-UPDATE: 21733e8c924f CORE-TEST-OUTPUT-UPDATE: 8d72e29ad1e0 CORE-TEST-OUTPUT-UPDATE: e0dbfbd4062c CORE-TEST-OUTPUT-UPDATE: ebee234d952a CORE-TEST-OUTPUT-UPDATE: 527ce85c2e60 CORE-TEST-OUTPUT-UPDATE: 3175b0e0058b CORE-TEST-OUTPUT-UPDATE: f96fa4de5055 CORE-TEST-OUTPUT-UPDATE: 96ca817ec192
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 19 Nov 2020 08:28:45 -0800
parents d0f73113fcc0
children 61d2f1cf90f0
line wrap: on
line diff
--- a/tests/test-topic.t	Thu Jan 21 19:05:17 2021 +0800
+++ b/tests/test-topic.t	Thu Nov 19 08:28:45 2020 -0800
@@ -271,16 +271,16 @@
 
   $ hg topic '.'
   abort: the name '.' is reserved
-  [255]
+  [10]
   $ hg topic null
   abort: the name 'null' is reserved
-  [255]
+  [10]
   $ hg topic tip
   abort: the name 'tip' is reserved
-  [255]
+  [10]
   $ hg topic 12345
   abort: cannot use an integer as a name
-  [255]
+  [10]
   $ hg topic '   '
   abort: topic name cannot consist entirely of whitespaces
   [255]
@@ -317,7 +317,7 @@
   HG: branch 'default'
   HG: changed alpha
   abort: empty commit message
-  [255]
+  [10]
   $ hg revert alpha
   $ hg topic
    * topicflag (0 changesets)