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
...
+ git -C repo.git push
Bundling 1 changesets
Bundling 1 manifests
Bundling 1 revisions of 1 files
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: loading pretxnclose hook failed:
remote: transaction abort!
remote: rollback completed
remote: abort: No such file or directory: '/nonexistent'
fatal: called `Result::unwrap()` on an `Err` value: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }
Run the command again with `git -c cinnabar.check=traceback <command>` to see the full traceback.
error: git-remote-hg died of signal 6
error: failed to push some refs to 'hg::/home/riastradh/tmp/20241026/cinnatest/repo.hg'
Expected output: nothing involving unwrap on error value, no core dump, since the cause of the failed push is not (directly) a bug in Rust code but a refusal by the upstream repo.
The text was updated successfully, but these errors were encountered:
Output:
Expected output: nothing involving unwrap on error value, no core dump, since the cause of the failed push is not (directly) a bug in Rust code but a refusal by the upstream repo.
The text was updated successfully, but these errors were encountered: