Changeset View
Changeset View
Standalone View
Standalone View
tests/test-remotefilelog-prefetch.t
Show First 20 Lines • Show All 226 Lines • ▼ Show 20 Line(s) | # https://bz.mercurial-scm.org/5419 . | ||||
[1] | [1] | ||||
$ hg mv x x2 | $ hg mv x x2 | ||||
x2: not overwriting - file exists | x2: not overwriting - file exists | ||||
('hg rename --after' to record the rename) | ('hg rename --after' to record the rename) | ||||
[1] | [1] | ||||
$ hg mv z2 z3 | $ hg mv z2 z3 | ||||
z2: not copying - file is not managed | z2: not copying - file is not managed | ||||
abort: no files to copy | abort: no files to copy | ||||
[255] | [10] | ||||
$ find $CACHEDIR -type f | sort | $ find $CACHEDIR -type f | sort | ||||
.. The following output line about files fetches is globed because it is | .. The following output line about files fetches is globed because it is | ||||
.. flaky, the core the test is checked when checking the cache dir, so | .. flaky, the core the test is checked when checking the cache dir, so | ||||
.. hopefully this flakyness is not hiding any actual bug. | .. hopefully this flakyness is not hiding any actual bug. | ||||
$ hg revert -a -r 1 || true | $ hg revert -a -r 1 || true | ||||
? files fetched over 1 fetches - (? misses, 0.00% hit ratio) over * (glob) | ? files fetched over 1 fetches - (? misses, 0.00% hit ratio) over * (glob) | ||||
abort: z2@109c3a557a73: not found in manifest! (?) | abort: z2@109c3a557a73: not found in manifest! (?) | ||||
$ find $CACHEDIR -type f | sort | $ find $CACHEDIR -type f | sort | ||||
Show All 37 Lines |