diff tests/test-narrow-shallow.t @ 46977:3f87d2af0bd6

errors: raise RemoteError in some places in exchange.py This is part of https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan Differential Revision: https://phab.mercurial-scm.org/D10467
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 19 Apr 2021 12:52:23 -0700
parents b994db7c4d1e
children
line wrap: on
line diff
--- a/tests/test-narrow-shallow.t	Mon Apr 19 09:37:01 2021 -0700
+++ b/tests/test-narrow-shallow.t	Mon Apr 19 12:52:23 2021 -0700
@@ -110,9 +110,9 @@
   requesting all changes
   remote: abort: depth must be positive, got 0
   abort: pull failed on remote
-  [255]
+  [100]
   $ hg clone --narrow ssh://user@dummy/master bad --include "d2" --depth -1
   requesting all changes
   remote: abort: depth must be positive, got -1
   abort: pull failed on remote
-  [255]
+  [100]