|
2 | 2 | "name": "svn-scm", |
3 | 3 | "displayName": "SVN", |
4 | 4 | "description": "Integrated Subversion source control", |
5 | | - "version": "2.14.0", |
| 5 | + "version": "2.15.0", |
6 | 6 | "publisher": "johnstoncode", |
7 | 7 | "engines": { |
8 | 8 | "vscode": "^1.44.0" |
|
249 | 249 | "title": "Show commit messages", |
250 | 250 | "category": "SVN" |
251 | 251 | }, |
| 252 | + { |
| 253 | + "command": "svn.merge", |
| 254 | + "title": "Merge", |
| 255 | + "category": "SVN" |
| 256 | + }, |
252 | 257 | { |
253 | 258 | "command": "svn.openChangeBase", |
254 | 259 | "title": "Open Changes with BASE", |
|
456 | 461 | "title": "Switch Branch", |
457 | 462 | "category": "SVN" |
458 | 463 | }, |
459 | | - { |
460 | | - "command": "svn.merge", |
461 | | - "title": "Merge", |
462 | | - "category": "SVN" |
463 | | - }, |
464 | 464 | { |
465 | 465 | "command": "svn.treeview.pullIncomingChange", |
466 | 466 | "title": "Update selected", |
|
567 | 567 | "command": "svn.log", |
568 | 568 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
569 | 569 | }, |
| 570 | + { |
| 571 | + "command": "svn.merge", |
| 572 | + "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
| 573 | + }, |
570 | 574 | { |
571 | 575 | "command": "svn.openChangeBase", |
572 | 576 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0 && svnActiveEditorHasChanges" |
|
691 | 695 | "command": "svn.switchBranch", |
692 | 696 | "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
693 | 697 | }, |
694 | | - { |
695 | | - "command": "svn.merge", |
696 | | - "when": "config.svn.enabled && svnOpenRepositoryCount != 0" |
697 | | - }, |
698 | 698 | { |
699 | 699 | "command": "svn.treeview.pullIncomingChange", |
700 | 700 | "when": "false" |
|
0 commit comments