Skip to content

Commit 123a97e

Browse files
authored
Merge pull request #51 from JohnstonCode/revert-50-fix_44
Revert "Fixed commit for all changed files (Close #44)"
2 parents 4d01092 + d469ae3 commit 123a97e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
"title": "Commit Selected",
5555
"category": "SVN"
5656
},
57-
{
58-
"command": "svn.commitWithMessage",
59-
"title": "Commit All Changed Files",
60-
"category": "SVN"
61-
},
6257
{
6358
"command": "svn.openDiffHead",
6459
"title": "Diff Changes HEAD",

src/repository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export class Repository {
5050
Uri.file(repository.root)
5151
);
5252
this.sourceControl.acceptInputCommand = {
53-
command: "svn.commitWithMessage",
54-
title: "Commit All Changed Files",
53+
command: "svn.commit",
54+
title: "commit",
5555
arguments: [this.sourceControl]
5656
};
5757
this.sourceControl.quickDiffProvider = this;

0 commit comments

Comments
 (0)