diff tests/test-remotefilelog-clone.t @ 46478:db9e33beb0fb

bundle2: print "error:abort" message to stderr instead of stdout It seems like the server's message is something you'd like to see even with `--quiet`. It's clearly part of the error. Differential Revision: https://phab.mercurial-scm.org/D9954
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 03 Feb 2021 23:23:56 -0800
parents a0886a4d6dce
children 84a93fa7ecfd
line wrap: on
line diff
--- a/tests/test-remotefilelog-clone.t	Wed Feb 03 13:55:58 2021 -0800
+++ b/tests/test-remotefilelog-clone.t	Wed Feb 03 23:23:56 2021 -0800
@@ -85,9 +85,9 @@
   $ TEMP_STDERR=full-clone-from-shallow.stderr.tmp
   $ hg clone --noupdate ssh://user@dummy/shallow full 2>$TEMP_STDERR
   streaming all changes
-  remote: abort: Cannot clone from a shallow repo to a full repo.
   [255]
   $ cat $TEMP_STDERR
+  remote: abort: Cannot clone from a shallow repo to a full repo.
   abort: pull failed on remote
   $ rm $TEMP_STDERR