GitUI.CommandsDialogs.FormBrowse.ShowRevisions C# (CSharp) Method

ShowRevisions() private method

private ShowRevisions ( ) : void
return void
        private void ShowRevisions()
        {
            if (RevisionGrid.IndexWatcher.IndexChanged)
            {
                FillFileTree();
                FillDiff();
                FillCommitInfo();
                FillBuildReport();
            }
            RevisionGrid.IndexWatcher.Reset();
        }
FormBrowse