jj/cli
Remo Senekowitsch 3899e178a0
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-24.04) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
cli undo: warn about undoing push operations
Undoing a push operation does not undo the effects on the remote.
Bookmarks on the remote will stay in place, but the local repository
will forget about their state. If the bookmarks are subsequently
moved and pushed, that later push will fail, since the bookmarks have
"unexpectedly" moved on the remote. Therefore, add a warning telling
users to run `jj redo` to avoid these complications.
2025-11-02 16:13:00 +00:00
..
examples working_copy: make potentially slow methods async 2025-10-15 03:27:06 +00:00
src cli undo: warn about undoing push operations 2025-11-02 16:13:00 +00:00
testing tests: exercise more bisect behaviors 2025-11-01 23:17:31 +00:00
tests cli undo: warn about undoing push operations 2025-11-02 16:13:00 +00:00
build.rs cleanup: use method version of str::from_utf8() 2025-09-27 09:26:05 +00:00
Cargo.toml ui: switch to std::io::pipe() 2025-09-19 09:41:32 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00