Skip to content

Commit

Permalink
Added support to switch branch in basic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-akadoo authored and isc-tleavitt committed Sep 12, 2024
1 parent 9950f6a commit 182dc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.0.1] - 2022-06-02
- Last released version before CHANGELOG existed.

### Fixed
- Added support to switch branch in basic mode from menu (#451)
1 change: 1 addition & 0 deletions cls/SourceControl/Git/Extension.cls
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Method OnSourceMenuItem(name As %String, ByRef Enabled As %String, ByRef Display
"Status": 1,
"GitWebUI" : 1,
"NewBranch": 1,
"SwitchBranch": 1,
"Sync": 1,
"": 1,
:-1
Expand Down

0 comments on commit 182dc7e

Please sign in to comment.