diff tests/test-topic-push.t @ 5709:d0f73113fcc0 stable

tests: remove trailing "!" from abort messages CORE-TEST-OUTPUT-UPDATE: 95c4cca641f6 CORE-TEST-OUTPUT-UPDATE: 50afeeeb7b79 CORE-TEST-OUTPUT-UPDATE: 122f0b59f5f0 CORE-TEST-OUTPUT-UPDATE: ca39c45014fa
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 02 Dec 2020 09:40:33 +0800
parents 36ccafa69095
children f0d46ffbf1bb
line wrap: on
line diff
--- a/tests/test-topic-push.t	Wed Nov 25 13:50:37 2020 +0100
+++ b/tests/test-topic-push.t	Wed Dec 02 09:40:33 2020 +0800
@@ -81,7 +81,7 @@
   $ hg push
   pushing to $TESTTMP/main (glob)
   searching for changes
-  abort: push creates new remote head 9fe81b7f425d!
+  abort: push creates new remote head 9fe81b7f425d
   (merge or see 'hg help push' for details about pushing new heads)
   [255]
   $ hg outgoing -r 'desc(CB)' -G
@@ -111,7 +111,7 @@
   $ hg push
   pushing to $TESTTMP/main (glob)
   searching for changes
-  abort: push creates new remote branches: mountain!
+  abort: push creates new remote branches: mountain
   (use 'hg push --new-branch' to create new remote branches)
   [255]
   $ hg push --new-branch
@@ -210,10 +210,10 @@
   
 
   $ hg outgoing draft --topic nonexistent
-  abort: topic 'nonexistent' does not exist!
+  abort: topic 'nonexistent' does not exist
   [255]
   $ hg push draft --topic nonexistent
-  abort: topic 'nonexistent' does not exist!
+  abort: topic 'nonexistent' does not exist
   [255]
 
   $ hg up babar
@@ -254,7 +254,7 @@
   $ hg push
   pushing to $TESTTMP/main (glob)
   searching for changes
-  abort: push creates new remote head 67f579af159d!
+  abort: push creates new remote head 67f579af159d
   (merge or see 'hg help push' for details about pushing new heads)
   [255]
   $ hg log -G
@@ -300,7 +300,7 @@
   $ hg push ssh://user@dummy/draft
   pushing to ssh://user@dummy/draft
   searching for changes
-  abort: push creates new remote head 84eaf32db6c3!
+  abort: push creates new remote head 84eaf32db6c3
   (merge or see 'hg help push' for details about pushing new heads)
   [255]
   $ hg log -G
@@ -342,7 +342,7 @@
   $ hg push ssh://user@dummy/main
   pushing to ssh://user@dummy/main
   searching for changes
-  abort: push creates new remote head 67f579af159d!
+  abort: push creates new remote head 67f579af159d
   (merge or see 'hg help push' for details about pushing new heads)
   [255]
   $ hg log -G
@@ -384,7 +384,7 @@
   $ hg push draft
   pushing to $TESTTMP/draft (glob)
   searching for changes
-  abort: push creates new remote head f0bc62a661be on branch 'default:babar'!
+  abort: push creates new remote head f0bc62a661be on branch 'default:babar'
   (merge or see 'hg help push' for details about pushing new heads)
   [255]
 
@@ -428,7 +428,7 @@
   $ hg push draft -r .
   pushing to $TESTTMP/draft (glob)
   searching for changes
-  abort: push creates new remote head 4937c4cad39e!
+  abort: push creates new remote head 4937c4cad39e
   (merge or see 'hg help push' for details about pushing new heads)
   [255]