tests/test-revset-outgoing.t
changeset 35438 0ebd94ac56d1
parent 35393 4441705b7111
child 45906 95c4cca641f6
--- a/tests/test-revset-outgoing.t	Fri Dec 15 17:52:38 2017 -0500
+++ b/tests/test-revset-outgoing.t	Thu Dec 14 15:03:55 2017 -0800
@@ -105,12 +105,11 @@
   green = ../a#default
 
   $ hg tout green
-  comparing with green
-  abort: repository green not found!
+  abort: repository green does not exist!
   [255]
 
   $ hg tlog -r 'outgoing("green")'
-  abort: repository green not found!
+  abort: repository green does not exist!
   [255]
 
   $ cd ..