tests/test-fix.t
changeset 43227 f02d3c0eed18
parent 43226 5272bd7e7517
child 43473 61881b170140
child 43942 699d6be3820a
--- a/tests/test-fix.t	Sat Oct 12 11:30:20 2019 -0700
+++ b/tests/test-fix.t	Sat Oct 12 11:30:25 2019 -0700
@@ -157,8 +157,10 @@
   :skipclean suboption to false.
   
   The :pattern suboption determines which files will be passed through each
-  configured tool. See 'hg help patterns' for possible values. If there are file
-  arguments to 'hg fix', the intersection of these patterns is used.
+  configured tool. See 'hg help patterns' for possible values. However, all
+  patterns are relative to the repo root, even if that text says they are
+  relative to the current working directory. If there are file arguments to 'hg
+  fix', the intersection of these patterns is used.
   
   There is also a configurable limit for the maximum size of file that will be
   processed by 'hg fix':
@@ -1321,7 +1323,7 @@
   $ echo modified > bar
   $ hg fix -w bar
   $ cat bar
-  modified
+  $TESTTMP/subprocesscwd
 
   $ cd ../..