Fixes issue with file history working tree compare

Would occur when the filename had changed
This commit is contained in:
Eric Amodio
2017-01-16 12:55:22 -05:00
parent d2ad2b6a0f
commit ff8b184bef
3 changed files with 5 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export default class ShowQuickFileHistoryCommand extends EditorCommand {
}
if (command) {
return commands.executeCommand(command, commit.uri, commit);
return commands.executeCommand(command, uri, commit);
}
}
catch (ex) {