Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also add support for ShouldDeleteNewFiles to the RevertAll operation #68

Merged
merged 4 commits into from Feb 10, 2023

Conversation

SRombautsU
Copy link

@SRombautsU SRombautsU commented Feb 10, 2023

Unreal Engine 5 added a Source Control project settings to let users decide if they want to delete newly added files when calling Revert (true by default).

The first PR SRombauts#124 covered the support for that parameter for the regular "Revert" operation, but we didn't implemented it for our custom global "RevertAll" operation!

This new PR adresses that, while also refactoring a bit the code around so there is less duplicates and less #ifdef

@SRombautsU SRombautsU self-assigned this Feb 10, 2023
@juliomaqueda juliomaqueda self-requested a review February 10, 2023 09:26
@juliomaqueda juliomaqueda merged commit 5b16ce0 into master Feb 10, 2023
@juliomaqueda juliomaqueda deleted the 1002930-apply-soulddeletenewfiles-to-revertall branch February 10, 2023 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants