VerifyΒΆ

Verifies the integrity of the repository.

Examples:

1
2
3
4
use Siad007\VersionControl\HG\Factory;

$verifyCmd = Factory::createVerify();
$verifyCmd->execute();