VersionControl.Provider.DiffHead
static function DiffHead(assets: AssetList, includingMetaFiles: bool): Task;
static Task DiffHead(AssetList assets, bool includingMetaFiles);
static def DiffHead(assets as AssetList, includingMetaFiles as bool) as Task
Parameters

assets List of assets.
includingMetaFiles Whether or not to include .meta.
Description

Starts a task for showing a diff of the given assest versus their head revision.