Skip to content

Commit

Permalink
Remove usage of the Snapshot Browser
Browse files Browse the repository at this point in the history
The snapshot browser currently have only one user in Pharo that is the IceTipBrowseRepositoryPackageVersionCommand.

I propose to remove this command because we already have ClyBrowseIcebergCommitCommand that allows to do the same thing but in a better browser. With this, we will be able to remove yet another Morphic browser.
  • Loading branch information
jecisc committed Jun 25, 2024
1 parent 1081fb5 commit 0290a02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
30 changes: 0 additions & 30 deletions Iceberg-TipUI/IceTipBrowseRepositoryPackageVersionCommand.class.st

This file was deleted.

9 changes: 0 additions & 9 deletions Iceberg-TipUI/IceTipPackageModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ IceTipPackageModel >> browsePackage [
self entity browse
]

{ #category : 'actions' }
IceTipPackageModel >> browseRepositoryVersion [
| snapshot |

snapshot := self entity mcSnapshotInRepository.
(MCSnapshotBrowser forSnapshot: snapshot)
showLabelled: 'Snapshot for ', self entity name
]

{ #category : 'accessing' }
IceTipPackageModel >> description [
| text |
Expand Down

0 comments on commit 0290a02

Please sign in to comment.