File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ Unreleased]
8+
9+ ### Fixed
10+
11+ - Fixes [ #718 ] ( https://github.com/eamodio/vscode-gitlens/issues/718 ) - Can't see changed files when comparing branches
12+
713## [ 9.6.1] - 2019-04-017
814
915### Added
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export class ResultsFileNode extends ViewRefFileNode {
1111 constructor (
1212 view : View ,
1313 parent : ViewNode ,
14- public readonly repoPath : string ,
14+ repoPath : string ,
1515 public readonly file : GitFile ,
1616 public readonly ref1 : string ,
1717 public readonly ref2 : string
You can’t perform that action at this time.
0 commit comments