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

RCORE-2232 Actually check for unuploaded changes in no_pending_local_changes() #7967

Merged
merged 1 commit into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. Actually check for unuplaoded changes in no_pending_local_changes()

    We can have local changesets stored which have already been uploaded and
    acknoledged by the server, so checking all of the changesets is incorrect. We
    need to instead only check changesets for versions after the current position
    of the upload cursor.
    tgoyne committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9252ccc View commit details
    Browse the repository at this point in the history