Skip to content

Commit

Permalink
Fix tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jan 18, 2024
1 parent 4574135 commit a140995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Iceberg-TipUI/IceTipCritiquesBeforeCommitBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ IceTipCritiquesBeforeCommitBrowser >> setModelBeforeInitialization: someNodes [
IceTipCritiquesBeforeCommitBrowser >> titleForWindow [

^ 'Critiques for Commit on {1} branch {2}' format: {
commitModel name.
commitModel branchName }
commitModel repositoryModel name.
commitModel repositoryModel branchName }
]

{ #category : 'initialization' }
Expand Down
6 changes: 6 additions & 0 deletions Iceberg/IceRepository.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,12 @@ IceRepository >> internalStoreVersion: aMCVersion [
self subclassResponsibility
]

{ #category : 'testing' }
IceRepository >> isBranch [

^ false
]

{ #category : 'testing' }
IceRepository >> isCloneOfUrl: aString [

Expand Down

0 comments on commit a140995

Please sign in to comment.