Skip to content

Commit

Permalink
Fix #1828
Browse files Browse the repository at this point in the history
Set repository to commit action
  • Loading branch information
guillep committed Sep 4, 2024
1 parent 28c5d2e commit 4a53622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Iceberg-TipUI/IceCheckoutStrategy.extension.st
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Extension { #name : 'IceCheckoutStrategy' }

{ #category : '*Iceberg-TipUI' }
IceCheckoutStrategy >> description [

^ self class description
IceCheckoutStrategy class >> description [
^ self subclassResponsibility
]

{ #category : '*Iceberg-TipUI' }
IceCheckoutStrategy class >> description [
^ self subclassResponsibility
IceCheckoutStrategy >> description [

^ self class description
]
1 change: 1 addition & 0 deletions Iceberg-TipUI/IceTipWorkingCopyModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ IceTipWorkingCopyModel >> newCommitAction [

^ IceTipCommitAction new
workingCopy: self workingCopy;
repository: self workingCopy repository;
yourself
]

Expand Down

0 comments on commit 4a53622

Please sign in to comment.