Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ branchListIconAt: anIndex
anIndex > 1 ifFalse: [^ nil].
anIndex = indexOfActiveHistorianInBranchList
ifTrue: [^ ToolIcons testGreen].
(self projectSelection repository historianForTemporaryVersionsOn: (self projectSelection repository historianNamed: (self branchList at: anIndex))) ifNotNil: [:temporaryHistorian |
temporaryHistorian version ifNotNil: [:temporaryVersion |
(temporaryVersion parents notEmpty and: [(temporaryVersion patchRelativeToBase: temporaryVersion parents first) diffs notEmpty])
ifTrue: [^ ToolIcons testOrange]]].
anIndex > (indexOfFirstRemoteTrackingBranch ifNil: [self branchList size])
ifTrue: [^ ToolIcons arrowUp].
^ ToolIcons blank
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"addProjectIfCanceled:" : "jr 11/18/2021 22:49",
"branchButtonHelpText" : "jr 12/22/2021 21:09",
"branchList" : "jr 12/22/2021 23:46",
"branchListIconAt:" : "jr 5/14/2021 22:57",
"branchListIconAt:" : "ct 10/4/2022 21:04",
"branchListIfRepositoryDoesNotExist" : "jr 12/22/2021 23:45",
"branchListMenu:shifted:" : "jr 1/13/2018 00:31",
"branchSelection" : "jr 6/27/2020 09:50",
Expand Down