tests: use the `--quiet` flag for verify when applicable
This reduces a lot of the test output that was otherwise useless, and also
makes it a lot easier to add things to verify without breaking the test suite
because of additional output.
--- a/tests/test-bundle-r.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-bundle-r.t Mon May 02 17:47:38 2022 +0200
@@ -17,7 +17,7 @@
> hg -R test bundle -r "$i" test-"$i".hg test-"$i"
> cd test-"$i"
> hg unbundle ../test-"$i".hg
- > hg verify
+ > hg verify -q
> hg tip -q
> cd ..
> done
@@ -29,11 +29,6 @@
added 1 changesets with 1 changes to 1 files
new changesets bfaf4b5cbf01 (1 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
0:bfaf4b5cbf01
searching for changes
2 changesets found
@@ -43,11 +38,6 @@
added 2 changesets with 2 changes to 1 files
new changesets bfaf4b5cbf01:21f32785131f (2 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
1:21f32785131f
searching for changes
3 changesets found
@@ -57,11 +47,6 @@
added 3 changesets with 3 changes to 1 files
new changesets bfaf4b5cbf01:4ce51a113780 (3 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
2:4ce51a113780
searching for changes
4 changesets found
@@ -71,11 +56,6 @@
added 4 changesets with 4 changes to 1 files
new changesets bfaf4b5cbf01:93ee6ab32777 (4 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 4 changes to 1 files
3:93ee6ab32777
searching for changes
2 changesets found
@@ -85,11 +65,6 @@
added 2 changesets with 2 changes to 1 files
new changesets bfaf4b5cbf01:c70afb1ee985 (2 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
1:c70afb1ee985
searching for changes
3 changesets found
@@ -99,11 +74,6 @@
added 3 changesets with 3 changes to 1 files
new changesets bfaf4b5cbf01:f03ae5a9b979 (3 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
2:f03ae5a9b979
searching for changes
4 changesets found
@@ -113,11 +83,6 @@
added 4 changesets with 5 changes to 2 files
new changesets bfaf4b5cbf01:095cb14b1b4d (4 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 5 changes to 2 files
3:095cb14b1b4d
searching for changes
5 changesets found
@@ -127,11 +92,6 @@
added 5 changesets with 6 changes to 3 files
new changesets bfaf4b5cbf01:faa2e4234c7a (5 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 6 changes to 3 files
4:faa2e4234c7a
searching for changes
5 changesets found
@@ -141,11 +101,6 @@
added 5 changesets with 5 changes to 2 files
new changesets bfaf4b5cbf01:916f1afdef90 (5 drafts)
(run 'hg update' to get a working copy)
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
4:916f1afdef90
$ cd test-8
$ hg pull ../test-7
@@ -158,12 +113,7 @@
new changesets c70afb1ee985:faa2e4234c7a
1 local changesets published
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ hg rollback
repository tip rolled back to revision 4 (undo pull)
$ cd ..
@@ -243,12 +193,7 @@
$ hg tip -q
8:916f1afdef90
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ hg rollback
repository tip rolled back to revision 2 (undo unbundle)
@@ -268,12 +213,7 @@
$ hg tip -q
4:916f1afdef90
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
+ $ hg verify -q
$ hg rollback
repository tip rolled back to revision 2 (undo unbundle)
$ hg unbundle ../test-bundle-branch2.hg
@@ -288,12 +228,7 @@
$ hg tip -q
6:faa2e4234c7a
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 7 changesets with 6 changes to 3 files
+ $ hg verify -q
$ hg rollback
repository tip rolled back to revision 2 (undo unbundle)
$ hg unbundle ../test-bundle-cset-7.hg
@@ -308,12 +243,7 @@
$ hg tip -q
4:916f1afdef90
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
+ $ hg verify -q
$ cd ../test
$ hg merge 7
@@ -342,11 +272,6 @@
$ hg tip -q
9:03fc0b0e347c
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 10 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-bundle.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-bundle.t Mon May 02 17:47:38 2022 +0200
@@ -28,12 +28,7 @@
1 files updated, 0 files merged, 2 files removed, 0 files unresolved
$ hg mv afile anotherfile
$ hg commit -m "0.3m"
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
$ hg init empty
@@ -70,12 +65,7 @@
$ hg -R empty heads
[1]
- $ hg -R empty verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 0 changesets with 0 changes to 0 files
+ $ hg -R empty verify -q
#if repobundlerepo
@@ -853,12 +843,7 @@
but, regular verify must continue to work
- $ hg -R orig verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
+ $ hg -R orig verify -q
#if repobundlerepo
diff against bundle
@@ -939,12 +924,7 @@
$ hg clone -q -r0 . part2
$ hg -q -R part2 pull bundle.hg
- $ hg -R part2 verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 5 changes to 4 files
+ $ hg -R part2 verify -q
#endif
== Test bundling no commits
--- a/tests/test-censor.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-censor.t Mon May 02 17:47:38 2022 +0200
@@ -205,12 +205,7 @@
Repo passes verification with warnings with explicit config
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 7 changes to 2 files
+ $ hg verify -q
May update to revision with censored data with explicit config
@@ -330,24 +325,14 @@
$ hg cat -r $C1 target | head -n 10
$ hg cat -r 0 target | head -n 10
Initially untainted file
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 12 changesets with 13 changes to 2 files
+ $ hg verify -q
Repo cloned before tainted content introduced can pull censored nodes
$ cd ../rpull
$ hg cat -r tip target | head -n 10
Initially untainted file
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 2 changes to 2 files
+ $ hg verify -q
$ hg pull -r $H1 -r $H2
pulling from $TESTTMP/r
searching for changes
@@ -369,12 +354,7 @@
$ hg cat -r $C1 target | head -n 10
$ hg cat -r 0 target | head -n 10
Initially untainted file
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 12 changesets with 13 changes to 2 files
+ $ hg verify -q
Censored nodes can be pushed if they censor previously unexchanged nodes
@@ -429,12 +409,7 @@
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cat target | head -n 10
Re-sanitized; nothing to see here
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 14 changesets with 15 changes to 2 files
+ $ hg verify -q
Grepping only warns, doesn't error out
@@ -488,12 +463,7 @@
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cat target | head -n 10
Re-sanitized; nothing to see here
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 14 changesets with 15 changes to 2 files
+ $ hg verify -q
$ cd ../r
Can import bundle where first revision of a file is censored
--- a/tests/test-clone-pull-corruption.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-clone-pull-corruption.t Mon May 02 17:47:38 2022 +0200
@@ -43,11 +43,6 @@
see what happened
$ wait
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-clone-r.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-clone-r.t Mon May 02 17:47:38 2022 +0200
@@ -66,12 +66,7 @@
5 7 09bb521d218d de68e904d169 000000000000
6 8 1fde233dfb0f f54c32f13478 000000000000
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
@@ -80,7 +75,7 @@
> echo ---- hg clone -r "$i" test test-"$i"
> hg clone -r "$i" test test-"$i"
> cd test-"$i"
- > hg verify
+ > hg verify -q
> cd ..
> done
@@ -92,11 +87,6 @@
new changesets f9ee2f85a263
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
---- hg clone -r 1 test test-1
adding changesets
@@ -106,11 +96,6 @@
new changesets f9ee2f85a263:34c2bf6b0626
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
---- hg clone -r 2 test test-2
adding changesets
@@ -120,11 +105,6 @@
new changesets f9ee2f85a263:e38ba6f5b7e0
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
---- hg clone -r 3 test test-3
adding changesets
@@ -134,11 +114,6 @@
new changesets f9ee2f85a263:eebf5a27f8ca
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 4 changes to 1 files
---- hg clone -r 4 test test-4
adding changesets
@@ -148,11 +123,6 @@
new changesets f9ee2f85a263:095197eb4973
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
---- hg clone -r 5 test test-5
adding changesets
@@ -162,11 +132,6 @@
new changesets f9ee2f85a263:1bb50a9436a7
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
---- hg clone -r 6 test test-6
adding changesets
@@ -176,11 +141,6 @@
new changesets f9ee2f85a263:7373c1169842
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 5 changes to 2 files
---- hg clone -r 7 test test-7
adding changesets
@@ -190,11 +150,6 @@
new changesets f9ee2f85a263:a6a34bfa0076
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 6 changes to 3 files
---- hg clone -r 8 test test-8
adding changesets
@@ -204,11 +159,6 @@
new changesets f9ee2f85a263:aa35859c02ea
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
$ cd test-8
$ hg pull ../test-7
@@ -220,12 +170,7 @@
added 4 changesets with 2 changes to 3 files (+1 heads)
new changesets 095197eb4973:a6a34bfa0076
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
$ hg clone test test-9
--- a/tests/test-clone-stream-format.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-clone-stream-format.t Mon May 02 17:47:38 2022 +0200
@@ -110,12 +110,7 @@
new changesets 96ee1d7354c4:06ddac466af5
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R server-no-store
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg verify -R server-no-store -q
$ hg -R server serve -p $HGPORT -d --pid-file=hg-1.pid --error errors-1.txt
$ cat hg-1.pid > $DAEMON_PIDS
$ hg -R server-no-store serve -p $HGPORT2 -d --pid-file=hg-2.pid --error errors-2.txt
@@ -129,12 +124,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-remove-store --config format.usestore=no
$ cat errors-1.txt
- $ hg -R clone-remove-store verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-remove-store verify -q
$ hg debugrequires -R clone-remove-store | grep store
[1]
@@ -143,12 +133,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT2 clone-add-store --config format.usestore=yes
$ cat errors-2.txt
- $ hg -R clone-add-store verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-add-store verify -q
$ hg debugrequires -R clone-add-store | grep store
store
@@ -171,12 +156,7 @@
new changesets 96ee1d7354c4:06ddac466af5
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R server-no-fncache
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg verify -R server-no-fncache -q
$ hg -R server serve -p $HGPORT -d --pid-file=hg-1.pid --error errors-1.txt
$ cat hg-1.pid > $DAEMON_PIDS
$ hg -R server-no-fncache serve -p $HGPORT2 -d --pid-file=hg-2.pid --error errors-2.txt
@@ -190,12 +170,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-remove-fncache --config format.usefncache=no
$ cat errors-1.txt
- $ hg -R clone-remove-fncache verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-remove-fncache verify -q
$ hg debugrequires -R clone-remove-fncache | grep fncache
[1]
@@ -204,12 +179,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT2 clone-add-fncache --config format.usefncache=yes
$ cat errors-2.txt
- $ hg -R clone-add-fncache verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-add-fncache verify -q
$ hg debugrequires -R clone-add-fncache | grep fncache
fncache
@@ -231,12 +201,7 @@
new changesets 96ee1d7354c4:06ddac466af5
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R server-no-dotencode
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg verify -R server-no-dotencode -q
$ hg -R server serve -p $HGPORT -d --pid-file=hg-1.pid --error errors-1.txt
$ cat hg-1.pid > $DAEMON_PIDS
$ hg -R server-no-dotencode serve -p $HGPORT2 -d --pid-file=hg-2.pid --error errors-2.txt
@@ -250,12 +215,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-remove-dotencode --config format.dotencode=no
$ cat errors-1.txt
- $ hg -R clone-remove-dotencode verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-remove-dotencode verify -q
$ hg debugrequires -R clone-remove-dotencode | grep dotencode
[1]
@@ -264,12 +224,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT2 clone-add-dotencode --config format.dotencode=yes
$ cat errors-2.txt
- $ hg -R clone-add-dotencode verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-add-dotencode verify -q
$ hg debugrequires -R clone-add-dotencode | grep dotencode
dotencode
@@ -289,12 +244,7 @@
$ cat hg-1.pid > $DAEMON_PIDS
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-from-share
- $ hg -R clone-from-share verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-from-share verify -q
$ hg debugrequires -R clone-from-share | egrep 'share$'
[1]
@@ -313,12 +263,7 @@
new changesets 96ee1d7354c4:06ddac466af5
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R server-no-share-safe
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg verify -R server-no-share-safe -q
$ hg -R server serve -p $HGPORT -d --pid-file=hg-1.pid --error errors-1.txt
$ cat hg-1.pid > $DAEMON_PIDS
$ hg -R server-no-share-safe serve -p $HGPORT2 -d --pid-file=hg-2.pid --error errors-2.txt
@@ -332,12 +277,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-remove-share-safe --config format.use-share-safe=no
$ cat errors-1.txt
- $ hg -R clone-remove-share-safe verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-remove-share-safe verify -q
$ hg debugrequires -R clone-remove-share-safe | grep share-safe
[1]
@@ -346,12 +286,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT2 clone-add-share-safe --config format.use-share-safe=yes
$ cat errors-2.txt
- $ hg -R clone-add-share-safe verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-add-share-safe verify -q
$ hg debugrequires -R clone-add-share-safe | grep share-safe
share-safe
@@ -374,12 +309,7 @@
new changesets 96ee1d7354c4:06ddac466af5
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R server-no-persistent-nodemap
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg verify -R server-no-persistent-nodemap -q
$ hg -R server serve -p $HGPORT -d --pid-file=hg-1.pid --error errors-1.txt
$ cat hg-1.pid > $DAEMON_PIDS
$ hg -R server-no-persistent-nodemap serve -p $HGPORT2 -d --pid-file=hg-2.pid --error errors-2.txt
@@ -401,12 +331,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT clone-remove-persistent-nodemap --config format.use-persistent-nodemap=no
$ cat errors-1.txt
- $ hg -R clone-remove-persistent-nodemap verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-remove-persistent-nodemap verify -q
$ hg debugrequires -R clone-remove-persistent-nodemap | grep persistent-nodemap
[1]
@@ -421,12 +346,7 @@
$ hg clone --quiet --stream -U http://localhost:$HGPORT2 clone-add-persistent-nodemap --config format.use-persistent-nodemap=yes
$ cat errors-2.txt
- $ hg -R clone-add-persistent-nodemap verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5004 changesets with 1088 changes to 1088 files
+ $ hg -R clone-add-persistent-nodemap verify -q
$ hg debugrequires -R clone-add-persistent-nodemap | grep persistent-nodemap
persistent-nodemap
--- a/tests/test-clone-stream.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-clone-stream.t Mon May 02 17:47:38 2022 +0200
@@ -94,12 +94,7 @@
Check that the clone went well
- $ hg verify -R local-clone
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 1088 changes to 1088 files
+ $ hg verify -R local-clone -q
Check uncompressed
==================
@@ -651,12 +646,7 @@
updating to branch default
1088 files updated, 0 files merged, 0 files removed, 0 files unresolved
#endif
- $ hg verify -R with-bookmarks
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 1088 changes to 1088 files
+ $ hg verify -R with-bookmarks -q
$ hg -R with-bookmarks bookmarks
some-bookmark 2:5223b5e3265f
@@ -692,12 +682,7 @@
updating to branch default
1088 files updated, 0 files merged, 0 files removed, 0 files unresolved
#endif
- $ hg verify -R phase-publish
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 1088 changes to 1088 files
+ $ hg verify -R phase-publish -q
$ hg -R phase-publish phase -r 'all()'
0: public
1: public
@@ -747,12 +732,7 @@
1: draft
2: draft
#endif
- $ hg verify -R phase-no-publish
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 1088 changes to 1088 files
+ $ hg verify -R phase-no-publish -q
$ killdaemons.py
@@ -801,12 +781,7 @@
0: draft
$ hg debugobsolete -R with-obsolescence
8c206a663911c1f97f2f9d7382e417ae55872cfa 0 {5223b5e3265f0df40bb743da62249413d74ac70f} (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
- $ hg verify -R with-obsolescence
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 1089 changes to 1088 files
+ $ hg verify -R with-obsolescence -q
$ hg clone -U --stream --config experimental.evolution=0 http://localhost:$HGPORT with-obsolescence-no-evolution
streaming all changes
--- a/tests/test-clone.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-clone.t Mon May 02 17:47:38 2022 +0200
@@ -59,12 +59,7 @@
$ cat a
a
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 11 changes to 2 files
+ $ hg verify -q
Invalid dest '' must abort:
@@ -122,12 +117,7 @@
$ cat a 2>/dev/null || echo "a not present"
a not present
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 11 changes to 2 files
+ $ hg verify -q
Default destination:
@@ -167,12 +157,7 @@
new changesets acb14030fe0a:a7949464abda
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg -R g verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 11 changes to 2 files
+ $ hg -R g verify -q
Invalid dest '' with --pull must abort (issue2528):
--- a/tests/test-contrib-dumprevlog.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-contrib-dumprevlog.t Mon May 02 17:47:38 2022 +0200
@@ -14,12 +14,7 @@
$ echo adding more to file a >> a
$ hg commit -m third
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
+ $ hg verify -q
Dumping revlog of file a to stdout:
$ "$PYTHON" "$CONTRIBDIR/dumprevlog" .hg/store/data/a.i
@@ -79,12 +74,7 @@
Verify:
- $ hg -R repo-c verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
+ $ hg -R repo-c verify -q
Compare repos:
--- a/tests/test-convert-filemap.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-convert-filemap.t Mon May 02 17:47:38 2022 +0200
@@ -312,12 +312,7 @@
|
o 0 "0: add foo baz dir/" files: dir2/dir3/file dir2/dir3/subdir/file3 foo2
- $ hg -R renames.repo verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 7 changes to 4 files
+ $ hg -R renames.repo verify -q
$ hg -R renames.repo manifest --debug
d43feacba7a4f1f2080dde4a4b985bd8a0236d46 644 copied2
--- a/tests/test-convert-hg-source.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-convert-hg-source.t Mon May 02 17:47:38 2022 +0200
@@ -188,12 +188,7 @@
2 changebagain
1 merge
0 moveb
- $ hg -R fixed verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 3 files
+ $ hg -R fixed verify -q
manifest -r 0
--- a/tests/test-copy.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-copy.t Mon May 02 17:47:38 2022 +0200
@@ -96,12 +96,7 @@
$ hg cat a > asum
$ md5sum.py asum
60b725f10c9c85c70d97880dfe8191b3 asum
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-empty.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-empty.t Mon May 02 17:47:38 2022 +0200
@@ -9,12 +9,7 @@
$ hg grep wah
[1]
$ hg manifest
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 0 changesets with 0 changes to 0 files
+ $ hg verify -q
Check the basic files created:
@@ -37,12 +32,7 @@
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd b
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 0 changesets with 0 changes to 0 files
+ $ hg verify -q
$ ls .hg
00changelog.i
cache
--- a/tests/test-excessive-merge.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-excessive-merge.t Mon May 02 17:47:38 2022 +0200
@@ -93,9 +93,4 @@
0 0 2ed2a3912a0b 000000000000 000000000000
1 1 79d7492df40a 2ed2a3912a0b 000000000000
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 4 changes to 2 files
+ $ hg verify -q
--- a/tests/test-filebranch.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-filebranch.t Mon May 02 17:47:38 2022 +0200
@@ -135,11 +135,6 @@
$ hg status
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 10 changes to 4 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-fncache.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-fncache.t Mon May 02 17:47:38 2022 +0200
@@ -49,12 +49,7 @@
Testing verify:
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
$ rm .hg/store/fncache
@@ -78,12 +73,7 @@
adding data/a.i/b.i
3 items added, 0 removed from fncache
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-hardlinks.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-hardlinks.t Mon May 02 17:47:38 2022 +0200
@@ -151,12 +151,7 @@
Push to repo r1 should break up most hardlinks in r2:
- $ hg -R r2 verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
+ $ hg -R r2 verify -q
$ cd r3
$ hg push
@@ -182,13 +177,7 @@
1 r2/.hg/store/fncache
#endif
- $ hg -R r2 verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
-
+ $ hg -R r2 verify -q
$ cd r1
$ hg up
--- a/tests/test-http-bundle1.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-http-bundle1.t Mon May 02 17:47:38 2022 +0200
@@ -45,12 +45,7 @@
no changes found
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R copy
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 4 changes to 4 files
+ $ hg verify -R copy -q
#endif
try to clone via stream, should use pull instead
@@ -99,12 +94,7 @@
new changesets 8b6053c928fe
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R copy-pull
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 4 changes to 4 files
+ $ hg verify -R copy-pull -q
$ cd test
$ echo bar > bar
$ hg commit -A -d '1 0' -m 2
--- a/tests/test-http-clone-r.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-http-clone-r.t Mon May 02 17:47:38 2022 +0200
@@ -25,7 +25,7 @@
$ for i in 0 1 2 3 4 5 6 7 8; do
> hg clone -r "$i" http://localhost:$HGPORT/ test-"$i"
> if cd test-"$i"; then
- > hg verify
+ > hg verify -q
> cd ..
> fi
> done
@@ -36,11 +36,6 @@
new changesets bfaf4b5cbf01
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -48,11 +43,6 @@
new changesets bfaf4b5cbf01:21f32785131f
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -60,11 +50,6 @@
new changesets bfaf4b5cbf01:4ce51a113780
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -72,11 +57,6 @@
new changesets bfaf4b5cbf01:93ee6ab32777
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 4 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -84,11 +64,6 @@
new changesets bfaf4b5cbf01:c70afb1ee985
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -96,11 +71,6 @@
new changesets bfaf4b5cbf01:f03ae5a9b979
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -108,11 +78,6 @@
new changesets bfaf4b5cbf01:095cb14b1b4d
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 5 changes to 2 files
adding changesets
adding manifests
adding file changes
@@ -120,11 +85,6 @@
new changesets bfaf4b5cbf01:faa2e4234c7a
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 6 changes to 3 files
adding changesets
adding manifests
adding file changes
@@ -132,11 +92,6 @@
new changesets bfaf4b5cbf01:916f1afdef90
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
$ cd test-8
$ hg pull ../test-7
pulling from ../test-7
@@ -147,12 +102,7 @@
added 4 changesets with 2 changes to 3 files (+1 heads)
new changesets c70afb1ee985:faa2e4234c7a
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
$ cd test-1
$ hg pull -r 4 http://localhost:$HGPORT/
@@ -164,12 +114,7 @@
added 1 changesets with 0 changes to 0 files (+1 heads)
new changesets c70afb1ee985
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 1 files
+ $ hg verify -q
$ hg pull http://localhost:$HGPORT/
pulling from http://localhost:$HGPORT/
searching for changes
@@ -190,12 +135,7 @@
added 2 changesets with 0 changes to 0 files (+1 heads)
new changesets c70afb1ee985:f03ae5a9b979
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 3 changes to 1 files
+ $ hg verify -q
$ hg pull http://localhost:$HGPORT/
pulling from http://localhost:$HGPORT/
searching for changes
@@ -205,12 +145,7 @@
added 4 changesets with 4 changes to 4 files
new changesets 93ee6ab32777:916f1afdef90
(run 'hg update' to get a working copy)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
no default destination if url has no path:
--- a/tests/test-http-proxy.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-http-proxy.t Mon May 02 17:47:38 2022 +0200
@@ -22,12 +22,7 @@
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd b
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ cd ..
url for proxy, pull
@@ -42,12 +37,7 @@
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd b-pull
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ cd ..
host:port for proxy
--- a/tests/test-http.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-http.t Mon May 02 17:47:38 2022 +0200
@@ -34,12 +34,7 @@
transferred * bytes in * seconds (*/sec) (glob)
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R copy
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 4 changes to 4 files
+ $ hg verify -R copy -q
#endif
try to clone via stream, should use pull instead
@@ -88,12 +83,7 @@
new changesets 8b6053c928fe
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R copy-pull
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 4 changes to 4 files
+ $ hg verify -R copy-pull -q
$ cd test
$ echo bar > bar
$ hg commit -A -d '1 0' -m 2
--- a/tests/test-https.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-https.t Mon May 02 17:47:38 2022 +0200
@@ -137,12 +137,7 @@
new changesets 8b6053c928fe
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
- $ hg verify -R copy-pull
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 4 changes to 4 files
+ $ hg verify -R copy-pull -q
$ cd test
$ echo bar > bar
$ hg commit -A -d '1 0' -m 2
--- a/tests/test-import-merge.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-import-merge.t Mon May 02 17:47:38 2022 +0200
@@ -159,9 +159,4 @@
rollback completed
abort: patch is damaged or loses information
[255]
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
+ $ hg verify -q
--- a/tests/test-incoming-outgoing.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-incoming-outgoing.t Mon May 02 17:47:38 2022 +0200
@@ -7,12 +7,7 @@
> hg commit -A -m $i
> done
adding foo
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 9 changes to 1 files
+ $ hg verify -q
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
$ cd ..
@@ -365,12 +360,7 @@
> echo $i >> foo
> hg commit -A -m $i
> done
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 14 changesets with 14 changes to 1 files
+ $ hg verify -q
$ cd ..
$ hg -R test-dev outgoing test
comparing with test
--- a/tests/test-issue1175.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-issue1175.t Mon May 02 17:47:38 2022 +0200
@@ -37,12 +37,7 @@
updating the branch cache
committed changeset 5:83a687e8a97c80992ba385bbfd766be181bfb1d1
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 6 changesets with 4 changes to 4 files
+ $ hg verify -q
$ hg export --git tip
# HG changeset patch
--- a/tests/test-journal-exists.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-journal-exists.t Mon May 02 17:47:38 2022 +0200
@@ -25,13 +25,7 @@
abort: abandoned transaction found
(run 'hg recover' to clean up transaction)
[255]
- $ hg recover --verify
- rolling back interrupted transaction
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg recover --verify -q
recover, no verify
--- a/tests/test-keyword.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-keyword.t Mon May 02 17:47:38 2022 +0200
@@ -838,12 +838,7 @@
$ hg status
? c
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 4 changes to 3 files
+ $ hg verify -q
$ cat a b
expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
do not process $Id:
--- a/tests/test-largefiles-wireproto.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-largefiles-wireproto.t Mon May 02 17:47:38 2022 +0200
@@ -151,14 +151,7 @@
$ hg commit -m "m2"
Invoking status precommit hook
A f2
- $ hg verify --large
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
- searching 1 changesets for largefiles
- verified existence of 1 revisions of 1 largefiles
+ $ hg verify --large -q
$ hg serve --config extensions.largefiles=! -R ../r6 -d -p $HGPORT --pid-file ../hg.pid
$ cat ../hg.pid >> $DAEMON_PIDS
$ hg push http://localhost:$HGPORT
@@ -280,14 +273,7 @@
$ [ ! -f http-clone/.hg/largefiles/02a439e5c31c526465ab1a0ca1f431f76b827b90 ]
$ [ ! -f http-clone/f1 ]
$ [ ! -f http-clone-usercache ]
- $ hg -R http-clone verify --large --lfc
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
- searching 1 changesets for largefiles
- verified contents of 1 revisions of 1 largefiles
+ $ hg -R http-clone verify --large --lfc -q
$ hg -R http-clone up -Cqr null
largefiles pulled on update - no server side problems:
@@ -343,14 +329,7 @@
adding file changes
added 2 changesets with 2 changes to 2 files
new changesets 567253b0f523:04d19c27a332 (2 drafts)
- $ hg -R batchverifyclone verify --large --lfa
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
- searching 2 changesets for largefiles
- verified existence of 2 revisions of 2 largefiles
+ $ hg -R batchverifyclone verify --large --lfa -q
$ tail -1 access.log
$LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=statlfile+sha%3D972a1a11f19934401291cc99117ec614933374ce%3Bstatlfile+sha%3Dc801c9cfe94400963fcb683246217d5db77f9a9a x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
$ hg -R batchverifyclone update
@@ -381,14 +360,7 @@
added 1 changesets with 1 changes to 1 files
new changesets 6bba8cb6935d (1 drafts)
(run 'hg update' to get a working copy)
- $ hg -R batchverifyclone verify --lfa
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
- searching 3 changesets for largefiles
- verified existence of 3 revisions of 3 largefiles
+ $ hg -R batchverifyclone verify --lfa -q
$ tail -1 access.log
$LOCALIP - - [$LOGDATE$] "GET /?cmd=statlfile HTTP/1.1" 200 - x-hgarg-1:sha=c8559c3c9cfb42131794b7d8009230403b9b454c x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
--- a/tests/test-largefiles.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-largefiles.t Mon May 02 17:47:38 2022 +0200
@@ -1029,14 +1029,7 @@
2 largefiles updated, 0 removed
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
8 additional largefiles cached
- $ hg -R a-clone1 verify --large --lfa --lfc
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 8 changesets with 24 changes to 10 files
- searching 8 changesets for largefiles
- verified contents of 13 revisions of 6 largefiles
+ $ hg -R a-clone1 verify --large --lfa --lfc -q
$ hg -R a-clone1 sum
parent: 1:ce8896473775
edit files
@@ -1561,15 +1554,8 @@
$ mv $TESTTMP/d/.hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928 .
$ rm .hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928
- $ hg verify --large
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 10 changesets with 28 changes to 10 files
- searching 1 changesets for largefiles
+ $ hg verify --large -q
changeset 9:598410d3eb9a: sub/large4 references missing $TESTTMP/d/.hg/largefiles/e166e74c7303192238d60af5a9c4ce9bef0b7928
- verified existence of 3 revisions of 3 largefiles
[1]
- introduce corruption and make sure that it is caught when checking content:
--- a/tests/test-manifest.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-manifest.t Mon May 02 17:47:38 2022 +0200
@@ -246,12 +246,7 @@
$ hg up -qC .
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 8 changes to 8 files
+ $ hg verify -q
$ hg rollback -q --config ui.rollback=True
$ hg rm b.txt d.txt
@@ -270,12 +265,7 @@
ccc.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
e.txt\x00149da44f2a4e14f488b7bd4157945a9837408c00 (esc)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 9 changes to 9 files
+ $ hg verify -q
$ cd ..
Test manifest cache interraction with shares
--- a/tests/test-narrow-exchange.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-narrow-exchange.t Mon May 02 17:47:38 2022 +0200
@@ -164,12 +164,7 @@
remote: adding file changes
remote: added 4 changesets with 4 changes to 2 files
$ cd ../master
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 8 changesets with 10 changes to 3 files
+ $ hg verify -q
Can not push to wider repo if change affects paths in wider repo that are
not also in narrower repo
--- a/tests/test-narrow-share.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-narrow-share.t Mon May 02 17:47:38 2022 +0200
@@ -161,13 +161,7 @@
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd share-unshare
$ hg unshare
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests (tree !)
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 3 changes to 3 files
+ $ hg verify -q
$ cd ..
Dirstate should be left alone when upgrading from version of hg that didn't support narrow+share
--- a/tests/test-narrow-widen-no-ellipsis.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-narrow-widen-no-ellipsis.t Mon May 02 17:47:38 2022 +0200
@@ -274,13 +274,7 @@
I path:d3
I path:d6
I path:d9
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests (tree !)
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 4 changes to 4 files
+ $ hg verify -q
$ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
10: add d10/f
9: add d9/f
@@ -321,13 +315,7 @@
Verify shouldn't claim the repo is corrupt after a widen.
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests (tree !)
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 5 changes to 5 files
+ $ hg verify -q
Widening preserves parent of local commit
--- a/tests/test-narrow-widen.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-narrow-widen.t Mon May 02 17:47:38 2022 +0200
@@ -280,13 +280,7 @@
I path:d3
I path:d6
I path:d9
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests (tree !)
- crosschecking files in changesets and manifests
- checking files
- checked 8 changesets with 4 changes to 4 files
+ $ hg verify -q
$ hg l
@ ...7: add d10/f
|
@@ -340,13 +334,7 @@
Verify shouldn't claim the repo is corrupt after a widen.
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests (tree !)
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 5 changes to 5 files
+ $ hg verify -q
Widening preserves parent of local commit
--- a/tests/test-obsolete-changeset-exchange.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-obsolete-changeset-exchange.t Mon May 02 17:47:38 2022 +0200
@@ -47,12 +47,7 @@
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
- $ hg -R ../other verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
+ $ hg -R ../other verify -q
Adding a changeset going extinct locally
------------------------------------------
--- a/tests/test-permissions.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-permissions.t Mon May 02 17:47:38 2022 +0200
@@ -19,31 +19,17 @@
$ hg commit -m "1"
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ chmod -r .hg/store/data/a.i
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
+ $ hg verify -q
abort: Permission denied: '$TESTTMP/t/.hg/store/data/a.i'
[255]
$ chmod +r .hg/store/data/a.i
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ chmod -w .hg/store/data/a.i
--- a/tests/test-phases.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-phases.t Mon May 02 17:47:38 2022 +0200
@@ -800,12 +800,7 @@
because repo.cancopy() is False
$ cd ../initialrepo
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 8 changesets with 7 changes to 7 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-pull-network.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-pull-network.t Mon May 02 17:47:38 2022 +0200
@@ -8,12 +8,7 @@
adding foo
$ hg commit -m 1
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ hg serve -p $HGPORT -d --pid-file=hg.pid
$ cat hg.pid >> $DAEMON_PIDS
@@ -30,12 +25,7 @@
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd copy
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ hg co
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
--- a/tests/test-pull-permission.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-pull-permission.t Mon May 02 17:47:38 2022 +0200
@@ -23,11 +23,6 @@
$ chmod +w a/.hg/store # let test clean up
$ cd b
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-pull-pull-corruption.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-pull-pull-corruption.t Mon May 02 17:47:38 2022 +0200
@@ -65,11 +65,6 @@
see the result
$ wait
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 11 changes to 1 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-push.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-push.t Mon May 02 17:47:38 2022 +0200
@@ -18,7 +18,7 @@
> echo
> hg init test-revflag-"$i"
> hg -R test-revflag push -r "$i" test-revflag-"$i"
- > hg -R test-revflag-"$i" verify
+ > hg -R test-revflag-"$i" verify -q
> done
pushing to test-revflag-0
@@ -27,11 +27,6 @@
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
pushing to test-revflag-1
searching for changes
@@ -39,11 +34,6 @@
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
pushing to test-revflag-2
searching for changes
@@ -51,11 +41,6 @@
adding manifests
adding file changes
added 3 changesets with 3 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
pushing to test-revflag-3
searching for changes
@@ -63,11 +48,6 @@
adding manifests
adding file changes
added 4 changesets with 4 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 4 changes to 1 files
pushing to test-revflag-4
searching for changes
@@ -75,11 +55,6 @@
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
pushing to test-revflag-5
searching for changes
@@ -87,11 +62,6 @@
adding manifests
adding file changes
added 3 changesets with 3 changes to 1 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
pushing to test-revflag-6
searching for changes
@@ -99,11 +69,6 @@
adding manifests
adding file changes
added 4 changesets with 5 changes to 2 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 5 changes to 2 files
pushing to test-revflag-7
searching for changes
@@ -111,11 +76,6 @@
adding manifests
adding file changes
added 5 changesets with 6 changes to 3 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 6 changes to 3 files
pushing to test-revflag-8
searching for changes
@@ -123,11 +83,6 @@
adding manifests
adding file changes
added 5 changesets with 5 changes to 2 files
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
$ cd test-revflag-8
@@ -141,12 +96,7 @@
new changesets c70afb1ee985:faa2e4234c7a
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
@@ -189,13 +139,8 @@
Expected to fail:
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
+ $ hg verify -q
beta@1: dddc47b3ba30 not in manifests
- checked 2 changesets with 4 changes to 2 files
1 integrity errors encountered!
(first damaged changeset appears to be 1)
[1]
@@ -224,13 +169,8 @@
Expected to fail:
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
+ $ hg verify -q
beta@1: manifest refers to unknown revision dddc47b3ba30
- checked 2 changesets with 2 changes to 2 files
1 integrity errors encountered!
(first damaged changeset appears to be 1)
[1]
--- a/tests/test-revlog-v2.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-revlog-v2.t Mon May 02 17:47:38 2022 +0200
@@ -117,16 +117,6 @@
hg verify should be happy
-------------------------
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
- $ hg verify -R ../cloned-repo
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -R ../cloned-repo -q
--- a/tests/test-rhg-sparse-narrow.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-rhg-sparse-narrow.t Mon May 02 17:47:38 2022 +0200
@@ -96,12 +96,7 @@
$ (cd ..; cp repo-sparse/.hg/store/data/hide.i repo-narrow/.hg/store/data/hide.i)
$ (cd ..; mkdir repo-narrow/.hg/store/data/dir2; cp repo-sparse/.hg/store/data/dir2/z.i repo-narrow/.hg/store/data/dir2/z.i)
- $ "$real_hg" verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 2 changes to 2 files
+ $ "$real_hg" verify -q
$ "$real_hg" files -r "$tip"
dir1/x
--- a/tests/test-rollback.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-rollback.t Mon May 02 17:47:38 2022 +0200
@@ -4,12 +4,7 @@
$ echo a > a
$ hg commit -Am'add a'
adding a
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ hg parents
changeset: 0:1f0dee641bb7
tag: tip
@@ -23,12 +18,7 @@
$ hg rollback
repository tip rolled back to revision -1 (undo commit)
working directory now based on revision -1
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 0 changesets with 0 changes to 0 files
+ $ hg verify -q
$ hg parents
$ hg status
A a
@@ -191,14 +181,8 @@
corrupt journal test
$ echo "foo" > .hg/store/journal
- $ hg recover --verify
- rolling back interrupted transaction
+ $ hg recover --verify -q
couldn't read journal entry 'foo\n'!
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
rollback disabled by config
$ cat >> $HGRCPATH <<EOF
@@ -433,12 +417,7 @@
abort: pretxncommit hook exited with status 1
[40]
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ cd ..
@@ -458,11 +437,6 @@
$ hg --config ui.ioerrors=pretxncommit,pretxnclose,txnclose,txnabort,msgabort,msgrollback commit -m 'multiple errors'
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-simple-update.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-simple-update.t Mon May 02 17:47:38 2022 +0200
@@ -5,12 +5,7 @@
adding foo
$ hg commit -m "1"
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ hg clone . ../branch
updating to branch default
@@ -34,12 +29,7 @@
1 local changesets published
(run 'hg update' to get a working copy)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
+ $ hg verify -q
$ hg co
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
--- a/tests/test-ssh-bundle1.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-ssh-bundle1.t Mon May 02 17:47:38 2022 +0200
@@ -71,12 +71,7 @@
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd local-stream
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 2 files
+ $ hg verify -q
$ hg branches
default 0:1160648e36ce
$ cd $TESTTMP
@@ -117,12 +112,7 @@
verify
$ cd local
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 2 files
+ $ hg verify -q
$ cat >> .hg/hgrc <<EOF
> [hooks]
> changegroup = sh -c "printenv.py --line changegroup-in-local 0 ../dummylog"
@@ -214,12 +204,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: add
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 3 changes to 2 files
+ $ hg verify -q
$ hg cat -r tip foo
bleah
$ echo z > z
--- a/tests/test-ssh-clone-r.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-ssh-clone-r.t Mon May 02 17:47:38 2022 +0200
@@ -20,7 +20,7 @@
$ for i in 0 1 2 3 4 5 6 7 8; do
> hg clone --stream -r "$i" ssh://user@dummy/remote test-"$i"
> if cd test-"$i"; then
- > hg verify
+ > hg verify -q
> cd ..
> fi
> done
@@ -31,11 +31,6 @@
new changesets bfaf4b5cbf01
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -43,11 +38,6 @@
new changesets bfaf4b5cbf01:21f32785131f
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -55,11 +45,6 @@
new changesets bfaf4b5cbf01:4ce51a113780
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -67,11 +52,6 @@
new changesets bfaf4b5cbf01:93ee6ab32777
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 4 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -79,11 +59,6 @@
new changesets bfaf4b5cbf01:c70afb1ee985
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -91,11 +66,6 @@
new changesets bfaf4b5cbf01:f03ae5a9b979
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 1 files
adding changesets
adding manifests
adding file changes
@@ -103,11 +73,6 @@
new changesets bfaf4b5cbf01:095cb14b1b4d
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 5 changes to 2 files
adding changesets
adding manifests
adding file changes
@@ -115,11 +80,6 @@
new changesets bfaf4b5cbf01:faa2e4234c7a
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 6 changes to 3 files
adding changesets
adding manifests
adding file changes
@@ -127,11 +87,6 @@
new changesets bfaf4b5cbf01:916f1afdef90
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
$ cd test-8
$ hg pull ../test-7
pulling from ../test-7
@@ -142,12 +97,7 @@
added 4 changesets with 2 changes to 3 files (+1 heads)
new changesets c70afb1ee985:faa2e4234c7a
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
$ cd test-1
$ hg pull -r 4 ssh://user@dummy/remote
@@ -159,12 +109,7 @@
added 1 changesets with 0 changes to 0 files (+1 heads)
new changesets c70afb1ee985
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 1 files
+ $ hg verify -q
$ hg pull ssh://user@dummy/remote
pulling from ssh://user@dummy/remote
searching for changes
@@ -185,12 +130,7 @@
added 2 changesets with 0 changes to 0 files (+1 heads)
new changesets c70afb1ee985:f03ae5a9b979
(run 'hg heads' to see heads, 'hg merge' to merge)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 3 changes to 1 files
+ $ hg verify -q
$ hg pull ssh://user@dummy/remote
pulling from ssh://user@dummy/remote
searching for changes
@@ -200,11 +140,6 @@
added 4 changesets with 4 changes to 4 files
new changesets 93ee6ab32777:916f1afdef90
(run 'hg update' to get a working copy)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 9 changesets with 7 changes to 4 files
+ $ hg verify -q
$ cd ..
--- a/tests/test-ssh.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-ssh.t Mon May 02 17:47:38 2022 +0200
@@ -61,12 +61,7 @@
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd local-stream
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 2 files
+ $ hg verify -q
$ hg branches
default 0:1160648e36ce
$ cd $TESTTMP
@@ -103,12 +98,7 @@
verify
$ cd local
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 2 changes to 2 files
+ $ hg verify -q
$ cat >> .hg/hgrc <<EOF
> [hooks]
> changegroup = sh -c "printenv.py changegroup-in-local 0 ../dummylog"
@@ -200,12 +190,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: add
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 3 changes to 2 files
+ $ hg verify -q
$ hg cat -r tip foo
bleah
$ echo z > z
--- a/tests/test-static-http.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-static-http.t Mon May 02 17:47:38 2022 +0200
@@ -38,12 +38,7 @@
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd local
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 2 changes to 2 files
+ $ hg verify -q
$ cat bar
foo
$ cd ../remote
@@ -134,13 +129,7 @@
new changesets be090ea66256:322ea90975df
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd local2
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 3 changes to 3 files
- checking subrepo links
+ $ hg verify -q
$ cat a
a
$ hg paths
@@ -155,12 +144,7 @@
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd local3
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 0 changesets with 0 changes to 0 files
+ $ hg verify -q
$ hg paths
default = static-http://localhost:$HGPORT/remotempty
--- a/tests/test-strip-cross.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-strip-cross.t Mon May 02 17:47:38 2022 +0200
@@ -80,35 +80,20 @@
> echo "% Trying to strip revision $i"
> hg --cwd $i strip $i
> echo "% Verifying"
- > hg --cwd $i verify
+ > hg --cwd $i verify -q
> echo
> done
% Trying to strip revision 0
saved backup bundle to $TESTTMP/files/0/.hg/strip-backup/cbb8c2f0a2e3-239800b9-backup.hg
% Verifying
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 12 changes to 6 files
% Trying to strip revision 1
saved backup bundle to $TESTTMP/files/1/.hg/strip-backup/124ecc0cbec9-6104543f-backup.hg
% Verifying
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 12 changes to 6 files
% Trying to strip revision 2
saved backup bundle to $TESTTMP/files/2/.hg/strip-backup/f6439b304a1a-c6505a5f-backup.hg
% Verifying
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 12 changes to 6 files
$ cd ..
@@ -139,26 +124,16 @@
> echo "% Trying to strip revision $i"
> hg --cwd $i strip $i
> echo "% Verifying"
- > hg --cwd $i verify
+ > hg --cwd $i verify -q
> echo
> done
% Trying to strip revision 2
saved backup bundle to $TESTTMP/manifests/2/.hg/strip-backup/f3015ad03c03-4d98bdc2-backup.hg
% Verifying
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 2 files
% Trying to strip revision 3
saved backup bundle to $TESTTMP/manifests/3/.hg/strip-backup/9632aa303aa4-69192e3f-backup.hg
% Verifying
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 2 files
$ cd ..
@@ -194,27 +169,16 @@
> echo "% Trying to strip revision $i"
> hg --cwd $i strip $i
> echo "% Verifying"
- > hg --cwd $i verify
+ > hg --cwd $i verify -q
> echo
> done
% Trying to strip revision 2
saved backup bundle to $TESTTMP/treemanifests/2/.hg/strip-backup/145f5c75f9ac-a105cfbe-backup.hg
% Verifying
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 4 changes to 3 files
% Trying to strip revision 3
saved backup bundle to $TESTTMP/treemanifests/3/.hg/strip-backup/e4e3de5c3cb2-f4c70376-backup.hg
% Verifying
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 4 changes to 3 files
+
$ cd ..
--- a/tests/test-subrepo-missing.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-subrepo-missing.t Mon May 02 17:47:38 2022 +0200
@@ -111,13 +111,7 @@
$ hg ci -m "amended subrepo (again)"
$ hg --config extensions.strip= --hidden strip -R subrepo -qr 'tip' --config devel.strip-obsmarkers=no
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
- checking subrepo links
+ $ hg verify -q
subrepo 'subrepo' is hidden in revision a66de08943b6
subrepo 'subrepo' is hidden in revision 674d05939c1e
subrepo 'subrepo' not found in revision a7d05d9055a4
@@ -125,13 +119,7 @@
verifying shouldn't init a new subrepo if the reference doesn't exist
$ mv subrepo b
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 5 changesets with 5 changes to 2 files
- checking subrepo links
+ $ hg verify -q
0: repository $TESTTMP/repo/subrepo not found
1: repository $TESTTMP/repo/subrepo not found
3: repository $TESTTMP/repo/subrepo not found
--- a/tests/test-treemanifest.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-treemanifest.t Mon May 02 17:47:38 2022 +0200
@@ -399,13 +399,7 @@
added 11 changesets with 15 changes to 10 files (+3 heads)
$ hg debugrequires -R clone | grep treemanifest
treemanifest
- $ hg -R clone verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 11 changesets with 15 changes to 10 files
+ $ hg -R clone verify -q
Create deeper repo with tree manifests.
@@ -567,13 +561,7 @@
$ hg ci -m troz
Verify works
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg verify -q
#if repofncache
Dirlogs are included in fncache
@@ -707,13 +695,7 @@
deepclone/.hg/store/meta/~2e_a/00manifest.i (reporevlogstore !)
Verify passes.
$ cd deepclone
- $ hg verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg verify -q
$ cd ..
#if reporevlogstore
@@ -755,33 +737,15 @@
Local clone with basicstore
$ hg clone -U deeprepo-basicstore local-clone-basicstore
- $ hg -R local-clone-basicstore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R local-clone-basicstore verify -q
Local clone with encodedstore
$ hg clone -U deeprepo-encodedstore local-clone-encodedstore
- $ hg -R local-clone-encodedstore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R local-clone-encodedstore verify -q
Local clone with fncachestore
$ hg clone -U deeprepo local-clone-fncachestore
- $ hg -R local-clone-fncachestore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R local-clone-fncachestore verify -q
Stream clone with basicstore
$ hg clone --config experimental.changegroup3=True --stream -U \
@@ -789,13 +753,7 @@
streaming all changes
28 files to transfer, * of data (glob)
transferred * in * seconds (*) (glob)
- $ hg -R stream-clone-basicstore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R stream-clone-basicstore verify -q
Stream clone with encodedstore
$ hg clone --config experimental.changegroup3=True --stream -U \
@@ -803,13 +761,7 @@
streaming all changes
28 files to transfer, * of data (glob)
transferred * in * seconds (*) (glob)
- $ hg -R stream-clone-encodedstore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R stream-clone-encodedstore verify -q
Stream clone with fncachestore
$ hg clone --config experimental.changegroup3=True --stream -U \
@@ -817,13 +769,7 @@
streaming all changes
22 files to transfer, * of data (glob)
transferred * in * seconds (*) (glob)
- $ hg -R stream-clone-fncachestore verify
- checking changesets
- checking manifests
- checking directory manifests
- crosschecking files in changesets and manifests
- checking files
- checked 4 changesets with 18 changes to 8 files
+ $ hg -R stream-clone-fncachestore verify -q
Packed bundle
$ hg -R deeprepo debugcreatestreamclonebundle repo-packed.hg
--- a/tests/test-unamend.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-unamend.t Mon May 02 17:47:38 2022 +0200
@@ -363,13 +363,7 @@
$ hg mv c wat
$ hg unamend
- $ hg verify -v
- repository uses revlog format 1
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 28 changesets with 16 changes to 11 files
+ $ hg verify -q
Retained copies in new prdecessor commit
--- a/tests/test-unionrepo.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-unionrepo.t Mon May 02 17:47:38 2022 +0200
@@ -133,12 +133,7 @@
$ hg -R repo3 paths
default = union:repo1+repo2
- $ hg -R repo3 verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 6 changesets with 11 changes to 6 files
+ $ hg -R repo3 verify -q
$ hg -R repo3 heads --template '{rev}:{node|short} {desc|firstline}\n'
5:2f0d178c469c repo2-3
--- a/tests/test-upgrade-repo.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-upgrade-repo.t Mon May 02 17:47:38 2022 +0200
@@ -853,12 +853,7 @@
verify should be happy
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
old store should be backed up
@@ -995,12 +990,7 @@
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
Check we can select negatively
@@ -1047,12 +1037,7 @@
store replacement complete; repository was inconsistent for *s (glob)
finalizing requirements file and making repository readable again
removing temporary repository $TESTTMP/upgradegd/.hg/upgrade.* (glob)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
Check that we can select changelog only
@@ -1098,12 +1083,7 @@
store replacement complete; repository was inconsistent for *s (glob)
finalizing requirements file and making repository readable again
removing temporary repository $TESTTMP/upgradegd/.hg/upgrade.* (glob)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
Check that we can select filelog only
@@ -1149,12 +1129,7 @@
store replacement complete; repository was inconsistent for *s (glob)
finalizing requirements file and making repository readable again
removing temporary repository $TESTTMP/upgradegd/.hg/upgrade.* (glob)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
Check you can't skip revlog clone during important format downgrade
@@ -1224,12 +1199,7 @@
store replacement complete; repository was inconsistent for *s (glob)
finalizing requirements file and making repository readable again
removing temporary repository $TESTTMP/upgradegd/.hg/upgrade.* (glob)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
Check you can't skip revlog clone during important format upgrade
@@ -1285,12 +1255,7 @@
store replacement complete; repository was inconsistent for *s (glob)
finalizing requirements file and making repository readable again
removing temporary repository $TESTTMP/upgradegd/.hg/upgrade.* (glob)
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 3 changesets with 3 changes to 3 files
+ $ hg verify -q
$ cd ..
@@ -1413,12 +1378,7 @@
lfs
$ find .hg/store/lfs -type f
.hg/store/lfs/objects/d0/beab232adff5ba365880366ad30b1edb85c4c5372442b5d2fe27adc96d653f
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 2 changesets with 2 changes to 2 files
+ $ hg verify -q
$ hg debugdata lfs.bin 0
version https://git-lfs.github.com/spec/v1
oid sha256:d0beab232adff5ba365880366ad30b1edb85c4c5372442b5d2fe27adc96d653f
--- a/tests/test-verify.t Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-verify.t Mon May 02 17:47:38 2022 +0200
@@ -275,12 +275,7 @@
marked working directory as branch foo
(branches are permanent and global, did you want a bookmark?)
$ hg ci -m branchfoo
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 0 changes to 0 files
+ $ hg verify -q
test revlog corruption
@@ -292,14 +287,9 @@
$ dd if=.hg/store/data/a.i of=start bs=1 count=20 2>/dev/null
$ cat start b > .hg/store/data/a.i
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
+ $ hg verify -q
a@1: broken revlog! (index a is corrupted)
warning: orphan data file 'data/a.i'
- checked 2 changesets with 0 changes to 1 files
1 warnings encountered!
1 integrity errors encountered!
(first damaged changeset appears to be 1)
@@ -330,12 +320,7 @@
> EOF
$ echo '[BASE64]content' > base64
$ hg commit -Aqm 'flag processor content' base64
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify -q
$ cat >> $TESTTMP/break-base64.py <<EOF
> import base64
@@ -345,20 +330,10 @@
> breakbase64=$TESTTMP/break-base64.py
> EOF
- $ hg verify
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
+ $ hg verify -q
base64@0: unpacking 794cee7777cb: integrity check failed on base64:0
- checked 1 changesets with 1 changes to 1 files
1 integrity errors encountered!
(first damaged changeset appears to be 0)
[1]
- $ hg verify --config verify.skipflags=2147483647
- checking changesets
- checking manifests
- crosschecking files in changesets and manifests
- checking files
- checked 1 changesets with 1 changes to 1 files
+ $ hg verify --config verify.skipflags=2147483647 -q