diff tests/test-default-push.t @ 45842:1bf1dcbc9950

errors: raise more specific errors when default remote not configured Differential Revision: https://phab.mercurial-scm.org/D9312
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 20 Oct 2020 08:56:00 -0700
parents 2a258985ffeb
children 9dc1351d0b5f
line wrap: on
line diff
--- a/tests/test-default-push.t	Thu Oct 22 13:56:01 2020 -0700
+++ b/tests/test-default-push.t	Tue Oct 20 08:56:00 2020 -0700
@@ -20,7 +20,7 @@
   $ hg push --config paths.default=
   abort: default repository not configured!
   (see 'hg help config.paths')
-  [255]
+  [30]
 
   $ cd ..