Skip to content

Commit

Permalink
Merge pull request #1724 from Ducasse/2023-09-03-Bottom
Browse files Browse the repository at this point in the history
Improve Merge (after ESUG git lecture there is a need).
  • Loading branch information
Ducasse authored Sep 4, 2023
2 parents 57da1d6 + 7268995 commit e5d10cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipMergeCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IceTipMergeCommand class >> defaultDescription [
{ #category : #'accessing - defaults' }
IceTipMergeCommand class >> defaultName [

^ 'Merge'
^ 'Merge to current'
]

{ #category : #testing }
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-UI-Tests/IceTipRepositoryBrowserTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ IceTipRepositoryBrowserTest >> testHasMergeButtonOnTheLeft [
self
assert:
(presenter toolbar leftItems
anySatisfy: [ :aButton | aButton label = 'Merge' ])
anySatisfy: [ :aButton | 'Merge*' match: aButton label ])
]

0 comments on commit e5d10cc

Please sign in to comment.