-
Notifications
You must be signed in to change notification settings - Fork 62
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
git push exits with zero status when hg rejects push with error:abort #341
Comments
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 9, 2024
This tests how git push to a remote hg repository reacts when hg returns an ERROR:ABORT response. Currently: by pretending the push had succeeded. glandium#341
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 9, 2024
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 15, 2024
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 15, 2024
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 18, 2024
riastradh
pushed a commit
to riastradh/git-cinnabar
that referenced
this issue
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: git-cinnabar at commit 9827742
Configure an hg repository with the reject_new_heads hook, and try to push a new head:
And origin/branches/default/tip is updated as if the push had succeeded, even though hg log on the upstream repository shows it has not.
Expected result:
Full reproducer pushreject.t attached.
The text was updated successfully, but these errors were encountered: