diff tests/test-bundle2-exchange.t @ 40147:58ebf5083843

push: add "remote" to 'repository changed while pushing' messages (issue5971) Differential Revision: https://phab.mercurial-scm.org/D4933
author Taapas Agrawal <taapas2897@gmail.com>
date Thu, 11 Oct 2018 03:38:23 +0530
parents 89630d0b3e23
children ef6cab7930b3
line wrap: on
line diff
--- a/tests/test-bundle2-exchange.t	Thu Oct 11 07:27:24 2018 -0400
+++ b/tests/test-bundle2-exchange.t	Thu Oct 11 03:38:23 2018 +0530
@@ -587,21 +587,21 @@
   pushing to other
   searching for changes
   abort: push failed:
-  'repository changed while pushing - please try again'
+  'remote repository changed while pushing - please try again'
   [255]
 
   $ hg -R main push ssh://user@dummy/other -r e7ec4e813ba6
   pushing to ssh://user@dummy/other
   searching for changes
   abort: push failed:
-  'repository changed while pushing - please try again'
+  'remote repository changed while pushing - please try again'
   [255]
 
   $ hg -R main push http://localhost:$HGPORT2/ -r e7ec4e813ba6
   pushing to http://localhost:$HGPORT2/
   searching for changes
   abort: push failed:
-  'repository changed while pushing - please try again'
+  'remote repository changed while pushing - please try again'
   [255]
 
 Doing the actual push: hook abort