You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addCommit: newCommit
commits ifNotNil: [
"If commits are nil here, it means that they have not been loaded,
so the commit being added will be loaded when all commits are loaded.
Current strategy loads all commits at once, at some point we will require to be smarter,
and allow to work loading only the latest commit when it is not needed."
commits add: (self repository addCommit: newCommit)
]
The text was updated successfully, but these errors were encountered:
See IceBranch>>addCommit
addCommit: newCommit
commits ifNotNil: [
"If commits are nil here, it means that they have not been loaded,
so the commit being added will be loaded when all commits are loaded.
Current strategy loads all commits at once, at some point we will require to be smarter,
and allow to work loading only the latest commit when it is not needed."
commits add: (self repository addCommit: newCommit)
]
The text was updated successfully, but these errors were encountered: