Changes behavior of showing uncommit changes

Now shows the previous commit details
This commit is contained in:
Eric Amodio
2017-02-18 17:20:28 -05:00
parent cf8c07f49e
commit 1263064150
2 changed files with 13 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ export default class ShowQuickCommitDetailsCommand extends ActiveEditorCommand {
workingFileName = !workingCommit ? commit.fileName : undefined;
}
pick = await CommitQuickPick.show(commit, workingFileName, uri,
pick = await CommitQuickPick.show(this.git, commit, workingFileName, uri,
// Create a command to get back to where we are right now
new CommandQuickPickItem({
label: `go back \u21A9`,