tests/test-default-push.t
changeset 45895 fc4fb2f17dd4
parent 45894 9dc1351d0b5f
child 45906 95c4cca641f6
--- a/tests/test-default-push.t	Fri Nov 20 14:43:21 2020 -0800
+++ b/tests/test-default-push.t	Mon Nov 16 16:00:50 2020 -0800
@@ -137,13 +137,13 @@
   $ hg --config 'paths.default:pushrev=notdefined()' push
   pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob)
   hg: parse error: unknown identifier: notdefined
-  [255]
+  [10]
 
   $ hg --config 'paths.default:pushrev=(' push
   pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob)
   hg: parse error at 1: not a prefix: end
   ((
     ^ here)
-  [255]
+  [10]
 
   $ cd ..