We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d01092 + d469ae3 commit 123a97eCopy full SHA for 123a97e
package.json
@@ -54,11 +54,6 @@
54
"title": "Commit Selected",
55
"category": "SVN"
56
},
57
- {
58
- "command": "svn.commitWithMessage",
59
- "title": "Commit All Changed Files",
60
- "category": "SVN"
61
- },
62
{
63
"command": "svn.openDiffHead",
64
"title": "Diff Changes HEAD",
src/repository.ts
@@ -50,8 +50,8 @@ export class Repository {
50
Uri.file(repository.root)
51
);
52
this.sourceControl.acceptInputCommand = {
53
- command: "svn.commitWithMessage",
- title: "Commit All Changed Files",
+ command: "svn.commit",
+ title: "commit",
arguments: [this.sourceControl]
};
this.sourceControl.quickDiffProvider = this;
0 commit comments