tests/test-copy.t
changeset 45827 8d72e29ad1e0
parent 44365 7c4b98a4e536
child 45844 3175b0e0058b
--- a/tests/test-copy.t	Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-copy.t	Tue Oct 06 22:36:15 2020 -0700
@@ -115,7 +115,7 @@
   $ hg mv foo bar
   foo: not copying - file is not managed
   abort: no files to copy
-  [255]
+  [10]
   $ hg st -A
   ? foo
 respects ui.relative-paths
@@ -124,15 +124,15 @@
   $ hg mv ../foo ../bar
   ../foo: not copying - file is not managed
   abort: no files to copy
-  [255]
+  [10]
   $ hg mv ../foo ../bar --config ui.relative-paths=yes
   ../foo: not copying - file is not managed
   abort: no files to copy
-  [255]
+  [10]
   $ hg mv ../foo ../bar --config ui.relative-paths=no
   foo: not copying - file is not managed
   abort: no files to copy
-  [255]
+  [10]
   $ cd ..
   $ rmdir dir
   $ hg add foo