--- a/tests/test-topic.t Tue Aug 29 19:03:59 2017 +0530
+++ b/tests/test-topic.t Tue Aug 29 19:12:00 2017 +0530
@@ -93,10 +93,20 @@
Trying some invalid topicnames
$ hg topic '.'
+ abort: the name '.' is reserved
+ [255]
$ hg topic null
+ abort: the name 'null' is reserved
+ [255]
$ hg topic tip
+ abort: the name 'tip' is reserved
+ [255]
$ hg topic 12345
+ abort: cannot use an integer as a name
+ [255]
$ hg topic ' '
+ abort: topic name cannot consist entirely of whitespaces
+ [255]
Test commit flag and help text