AnnotateΒΆ

Shows changeset information by line for each file.

Examples:

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

    $annotateCmd = Factory::createAnnotate();
    $annotateCmd->addFile('C:\\xampp\\file1\\');
    $annotateCmd->addFile('C:\\xampp\\file2\\');
    $annotateCmd->setNoFollow(true);