ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk a976b5d482 cli: document that we create a new working-copy commit for abandoned one
When we abandon a working-copy commit, we create a new working-copy
commit on top. This behave is very useful, but it's not obvious. Let's
document it.

Thankfully, 2bbefcc338 (rewrite: default to not simplifying ancestor
merges) means that there are much fewer commands where we need to
document this behavior.
2024-02-25 18:52:10 -08:00
..
commands cli: document that we create a new working-copy commit for abandoned one 2024-02-25 18:52:10 -08:00
config cli: change workspace@ symbol color to green (the color of HEAD@git) 2024-02-16 11:12:43 +09:00
merge_tools cli: rename --verbose to --debug to better fit what it does 2024-02-18 18:45:48 +01:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs Switch to ignore crate for gitignore handling. 2024-02-20 09:12:46 -08:00
commit_templater.rs templater: clone WorkspaceId/OperationId into templater to simplify lifetime 2024-02-26 10:27:45 +09:00
config-schema.json cli: change default log revset to not include all tagged heads 2024-02-23 00:25:58 +09:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs cli_util: improve API for editing text in a tempfile 2024-01-23 23:49:35 -08:00
diff_util.rs don't try to diff binary files 2024-02-04 11:49:52 -08:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
git_util.rs cli: list new remote branches during git fetch 2024-02-18 17:36:01 +01:00
graphlog.rs graphlog: refactor graphlog::Edge enum and its usage 2024-02-17 20:54:20 +05:00
lib.rs cli: move some git utilities to new crate::git_utils 2024-01-20 15:58:37 -06:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs templater: clone WorkspaceId/OperationId into templater to simplify lifetime 2024-02-26 10:27:45 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_builder.rs templater: add special "self" variable to refer to top-level object 2024-02-25 09:01:04 +09:00
template_parser.rs templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
templater.rs templater: move empty signature placeholder to user template 2023-08-27 09:38:36 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
ui.rs Use minus as a builtin pager 2024-02-12 18:55:15 -05:00