Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 362 Bytes

annotate.rst

File metadata and controls

16 lines (11 loc) · 362 Bytes

Annotate

Shows changeset information by line for each file.

Examples:

use Siad007\VersionControl\HG\Factory;

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