UpdateΒΆ

Updates working directory (or switches revisions)

Examples:

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

    $updateCmd = Factory::createUpdate();
    $updateCmd->setClean(true);
    $updateCmd->execute();