--- a/tests/test-evolve.t Thu Apr 26 16:49:15 2012 +0200
+++ b/tests/test-evolve.t Wed May 02 14:08:21 2012 +0200
@@ -297,6 +297,20 @@
$ hg mv A B
$ echo '.' >> B
$ hg amend -m 'add B'
+ $ hg verify
+ checking changesets
+ checking manifests
+ crosschecking files in changesets and manifests
+ checking files
+ 3 files, 4 changesets, 4 total revisions
+ $ hg --config extensions.hgext.mq= strip 'extinct()'
+ saved backup bundle to $TESTTMP/alpha/.hg/strip-backup/e87767087a57-backup.hg
+ $ hg verify
+ checking changesets
+ checking manifests
+ crosschecking files in changesets and manifests
+ checking files
+ 2 files, 2 changesets, 2 total revisions
$ cd ..
Clone just this branch