Hello, There might be something with my system, but I cannot get the releses/ repository to verify.
hg verify shows 4 integrity errors: $ hg verify > checking changesets > checking manifests > > > crosschecking files in changesets and manifests > > > checking files > applemenu/src/org/netbeans/modules/applemenu/layer.xml@?: rev 12 points > to unexpected changeset 149753 > (expected 149755) > defaults/src/org/netbeans/modules/defaults/Eclipse-keybindings-mac.xml@?: > rev 0 points to unexpected changeset 149753 > (expected 149755) > defaults/src/org/netbeans/modules/defaults/Eclipse-keybindings.xml@?: > rev 25 points to unexpected changeset 149753 > (expected 149755) > defaults/src/org/netbeans/modules/defaults/mf-layer.xml@?: rev 74 points > to unexpected changeset 149753 > (expected 149755) > 192754 files, 313961 changesets, 1122263 total revisions > > > 4 warnings encountered! > 4 integrity errors encountered! Before that an incremental clone gave me another error: pulling from http://hg.netbeans.org/releases/ > searching for changes > adding changesets > adding manifests > transaction abort! > > rollback completed > abort: 00manifest.i@47098e67a01d: unknown parent! also around revision 150000. So, could somebody confirm that their own releases/ repository passes `hg validate` ? By compasion main-silver is OK: main-silver apache$ hg verify > checking changesets > checking manifests > > crosschecking files in changesets and manifests > > checking files > 192413 files, 302032 changesets, 1086103 total revisions --emi
