APD.IntegrationTests.VCS.Git.GitSharpContext.GetLastRevision C# (CSharp) Method

GetLastRevision() protected method

protected GetLastRevision ( ) : long
return long
        protected long GetLastRevision()
        {
            var latestChangeset = GetLatestChangeset();
            return latestChangeset.Ancestors.Count() + 1;
        }