Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Always show 'included' group (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Young authored Mar 15, 2017
1 parent 452e006 commit bc3bbf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tfvc/scm/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export class Model implements Disposable {
if (this._conflictsGroup.resources.length > 0) {
result.push(this._conflictsGroup);
}
if (this._includedGroup.resources.length > 0) {
result.push(this._includedGroup);
}
result.push(this._includedGroup);
result.push(this._excludedGroup);
return result;
}
Expand Down

0 comments on commit bc3bbf4

Please sign in to comment.