Skip to content

Commit

Permalink
Fix merging of metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Dec 9, 2024
1 parent 1f2d6ff commit 9b18639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ changeSetsToMergeFSCommit: rightFSCommit into: leftFSCommit withBase: baseFSComm
removing: potentiallyRemovedMappers
changeSets: mapperChangeSets.
metadataChangeSet := self
changeSetToMergeMetadata: metadataForCommits second
into: metadataForCommits first
changeSetToMergeMetadata: metadataForCommits first
into: metadataForCommits second
withBase: metadataForCommits third
mappersChangeSet: mappersChangeSet.
^ mapperChangeSets values copyWith: metadataChangeSet
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"changeSetsFromFSCommit:toImage:" : "mad 6/12/2024 13:59",
"changeSetsFromImage:toFSCommit:" : "mad 6/12/2024 14:00",
"changeSetsFromMetadata:toMetadata:old:common:new:in:" : "mad 10/7/2024 17:31",
"changeSetsToMergeFSCommit:into:withBase:in:" : "mad 10/7/2024 17:31",
"changeSetsToMergeFSCommit:into:withBase:in:" : "mad 12/9/2024 13:27",
"fixedLegacyReferencesIn:" : "mad 10/9/2024 18:02",
"hasAnyFile:" : "mad 10/9/2024 23:12",
"hexHashPath" : "mad 11/12/2024 14:52",
Expand Down

0 comments on commit 9b18639

Please sign in to comment.