HeadsΒΆ

Shows branch heads.

Examples:

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

$headsCmd = Factory::createHeads();
$headsCmd->execute();