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
This commit refactors the squash function, removing its dependency on change_ids for identifying the source and destination commits. All internal logic now uses commit ids directly, which simplifies the process of finding and validating the relevant commits in the squash operation. This should prevent issues arising from mismatched or missing change_ids, and aligns the function more closely with the rest of the codebase's usage of commit ids.
0 commit comments