Skip to content

Commit 182dc7e

Browse files
isc-akadooisc-tleavitt
authored andcommitted
Added support to switch branch in basic mode
1 parent 9950f6a commit 182dc7e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163163
## [2.0.1] - 2022-06-02
164164
- Last released version before CHANGELOG existed.
165165

166+
### Fixed
167+
- Added support to switch branch in basic mode from menu (#451)

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)