tests/test-topic-mode.t
branchstable
changeset 3096 c458c0856ee5
parent 3031 b400759fd6d2
child 3097 f06c86fd2ffd
--- a/tests/test-topic-mode.t	Fri Oct 20 20:58:35 2017 +0200
+++ b/tests/test-topic-mode.t	Fri Oct 20 21:43:13 2017 +0200
@@ -52,13 +52,13 @@
   $ hg add a
   $ hg ci -m "Added a"
   warning: new draft commit without topic
-  (see 'hg help -e topic.topic-mode' for details) (no-eol)
+  (see 'hg help -e topic.topic-mode' for details)
 
 (same test, checking we abort before the editor)
 
   $ EDITOR=cat hg ci --amend -m "Added a" --edit
   warning: new draft commit without topic
-  (see 'hg help -e topic.topic-mode' for details) (no-eol)
+  (see 'hg help -e topic.topic-mode' for details)
   $ hg ci --amend -m "added a'" --config experimental.topic-mode=ignore
   $ hg log
   changeset:   2:2e862d8b5eff
@@ -103,7 +103,7 @@
   (branch merge, don't forget to commit)
   $ hg commit -m "merge mytopic"
   warning: new draft commit without topic
-  (see 'hg help -e topic.topic-mode' for details) (no-eol)
+  (see 'hg help -e topic.topic-mode' for details)
 
   $ hg log -G
   @    changeset:   3:676a445d1c09