tests/test-remotefilelog-prefetch.t
changeset 47127 5ffc6c18fb96
parent 46874 84a93fa7ecfd
child 51181 dcaa2df1f688
equal deleted inserted replaced
47126:ecfe0819ada5 47127:5ffc6c18fb96
   235   ('hg rename --after' to record the rename)
   235   ('hg rename --after' to record the rename)
   236   [1]
   236   [1]
   237   $ hg mv z2 z3
   237   $ hg mv z2 z3
   238   z2: not copying - file is not managed
   238   z2: not copying - file is not managed
   239   abort: no files to copy
   239   abort: no files to copy
       
   240   (maybe you meant to use --after --at-rev=.)
   240   [10]
   241   [10]
   241   $ find $CACHEDIR -type f | sort
   242   $ find $CACHEDIR -type f | sort
   242 .. The following output line about files fetches is globed because it is
   243 .. The following output line about files fetches is globed because it is
   243 .. flaky, the core the test is checked when checking the cache dir, so
   244 .. flaky, the core the test is checked when checking the cache dir, so
   244 .. hopefully this flakyness is not hiding any actual bug.
   245 .. hopefully this flakyness is not hiding any actual bug.