示例#1
0
        async Task DoShowCommit(string oid)
        {
            await service.FetchCommit(LocalRepository, Repository, oid).ConfigureAwait(true);

            teServices.ShowCommitDetails(oid);
        }