mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-18 21:54:26 +00:00
With this change, we no longer fail if the user moves a branch sideways or backwards and then push. The push should ideally only succeed if the remote branch is where we thought it was (like `git push --force-with-lease`), but that requires rust-lang/git2-rs#733 to be fixed first.