comparison tests/test-treemanifest.t @ 37410:a6651f5e2c78

verify: drop "revlog" from warning message Not all stores may be backed by revlogs. Switch to a more generic error message. Differential Revision: https://phab.mercurial-scm.org/D3094
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 04 Apr 2018 13:43:52 -0700
parents 45a4799174a1
children c2c8962a9465
comparison
equal deleted inserted replaced
37409:4c15bee42e9c 37410:a6651f5e2c78
597 0: empty or missing b/ 597 0: empty or missing b/
598 b/@0: parent-directory manifest refers to unknown revision 67688a370455 598 b/@0: parent-directory manifest refers to unknown revision 67688a370455
599 b/@1: parent-directory manifest refers to unknown revision f065da70369e 599 b/@1: parent-directory manifest refers to unknown revision f065da70369e
600 b/@2: parent-directory manifest refers to unknown revision ac0d30948e0b 600 b/@2: parent-directory manifest refers to unknown revision ac0d30948e0b
601 b/@3: parent-directory manifest refers to unknown revision 367152e6af28 601 b/@3: parent-directory manifest refers to unknown revision 367152e6af28
602 warning: orphan revlog 'meta/b/bar/00manifest.i' 602 warning: orphan data file 'meta/b/bar/00manifest.i'
603 warning: orphan revlog 'meta/b/bar/orange/00manifest.i' 603 warning: orphan data file 'meta/b/bar/orange/00manifest.i'
604 warning: orphan revlog 'meta/b/bar/orange/fly/00manifest.i' 604 warning: orphan data file 'meta/b/bar/orange/fly/00manifest.i'
605 warning: orphan revlog 'meta/b/foo/00manifest.i' 605 warning: orphan data file 'meta/b/foo/00manifest.i'
606 warning: orphan revlog 'meta/b/foo/apple/00manifest.i' 606 warning: orphan data file 'meta/b/foo/apple/00manifest.i'
607 warning: orphan revlog 'meta/b/foo/apple/bees/00manifest.i' 607 warning: orphan data file 'meta/b/foo/apple/bees/00manifest.i'
608 crosschecking files in changesets and manifests 608 crosschecking files in changesets and manifests
609 b/bar/fruits.txt@0: in changeset but not in manifest 609 b/bar/fruits.txt@0: in changeset but not in manifest
610 b/bar/orange/fly/gnat.py@0: in changeset but not in manifest 610 b/bar/orange/fly/gnat.py@0: in changeset but not in manifest
611 b/bar/orange/fly/housefly.txt@0: in changeset but not in manifest 611 b/bar/orange/fly/housefly.txt@0: in changeset but not in manifest
612 b/foo/apple/bees/flower.py@0: in changeset but not in manifest 612 b/foo/apple/bees/flower.py@0: in changeset but not in manifest