diff tests/test-topic.t @ 5747:8e4f6354b316 mercurial-5.6

tests: back out changeset b3d9e6c805d6
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jan 2021 18:48:36 +0800
parents 61d2f1cf90f0
children 08c30eef85d3
line wrap: on
line diff
--- a/tests/test-topic.t	Sat Jan 30 20:21:19 2021 +0800
+++ b/tests/test-topic.t	Thu Jan 28 18:48:36 2021 +0800
@@ -271,16 +271,16 @@
 
   $ hg topic '.'
   abort: the name '.' is reserved
-  [10]
+  [255]
   $ hg topic null
   abort: the name 'null' is reserved
-  [10]
+  [255]
   $ hg topic tip
   abort: the name 'tip' is reserved
-  [10]
+  [255]
   $ hg topic 12345
   abort: cannot use an integer as a name
-  [10]
+  [255]
   $ 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
-  [10]
+  [255]
   $ hg revert alpha
   $ hg topic
    * topicflag (0 changesets)