From cb360c5a3dcdc5ece8e7da89d3ff34188b9315c5 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 27 Jun 2017 01:23:38 -0400 Subject: [PATCH] Renames Compare File with... command --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 059ea37..02b620c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ GitLens provides an unobtrusive blame annotation at the end of the current line, - Adds a `Directory Compare` command (`gitlens.diffDirectory`) to open the configured Git difftool to compare directories between branches -- Adds a `Compare File with...` command (`gitlens.diffWithBranch`) to compare the active file with the same file on the selected branch +- Adds a `Compare File with Branch...` command (`gitlens.diffWithBranch`) to compare the active file with the same file on the selected branch - Adds a `Compare File with Next Commit` command (`gitlens.diffWithNext`) with a shortcut of `alt+.` to compare the active file/diff with the next commit revision diff --git a/package.json b/package.json index 20ea9fe..858ceec 100644 --- a/package.json +++ b/package.json @@ -751,7 +751,7 @@ }, { "command": "gitlens.diffWithBranch", - "title": "Compare File with...", + "title": "Compare File with Branch...", "category": "GitLens" }, {