Skip to content

Commit c6dd4d1

Browse files
authored
Merge pull request #474 from intersystems/fix-451
Added support to switch branch in basic mode
2 parents 9950f6a + 1838b1a commit c6dd4d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515
- Instance wide settings are placed in proper global (#444)
16+
- Added support to switch branch in basic mode from menu (#451)
1617

1718
## [2.4.1] - 2024-08-02
1819

@@ -161,5 +162,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161162
- #201: fix behavior with CSP files
162163

163164
## [2.0.1] - 2022-06-02
164-
- Last released version before CHANGELOG existed.
165-
165+
- Last released version before CHANGELOG existed.

cls/SourceControl/Git/Extension.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Method OnSourceMenuItem(name As %String, ByRef Enabled As %String, ByRef Display
125125
"Status": 1,
126126
"GitWebUI" : 1,
127127
"NewBranch": 1,
128+
"SwitchBranch": 1,
128129
"Sync": 1,
129130
"": 1,
130131
:-1

0 commit comments

Comments
 (0)