Adds diffWithRevision command

This commit is contained in:
Eric Amodio
2017-06-27 01:22:23 -04:00
parent 1751987868
commit 3bf5f23c66
8 changed files with 222 additions and 122 deletions

View File

@@ -769,6 +769,11 @@
"title": "Compare Line Commit with Previous",
"category": "GitLens"
},
{
"command": "gitlens.diffWithRevision",
"title": "Compare File with Revision...",
"category": "GitLens"
},
{
"command": "gitlens.diffWithWorking",
"title": "Compare File with Working Tree",
@@ -950,6 +955,10 @@
"command": "gitlens.diffLineWithPrevious",
"when": "gitlens:isBlameable"
},
{
"command": "gitlens.diffWithRevision",
"when": "gitlens:isTracked"
},
{
"command": "gitlens.diffWithWorking",
"when": "gitlens:isTracked"