Yuya Nishihara
97024e5be4
cli: extract CommandError and helper functions to new module
...
The cli_util module is big enough to slow down Emacs, so let's split it up.
This change is an easy one.
2024-03-03 01:11:46 +09:00
Martin von Zweigbergk
9767620292
cli: restore documentation of jj diff
lost in split of commands module
...
The description of `jj diff` was lost in commit b5e4e670. We later got
a short description for it in b5e4e670. This patch restores the
original description.
2024-02-23 09:45:19 -08:00
Yuya Nishihara
c73a092759
cli: drop handling of legacy revset dag range operator
...
This basically reverts the change c183b94aeffc "cli: warn when using `:` revset
operator."
2024-02-14 10:04:56 +09:00
Ilya Grigoriev
d8df36b9a2
cli diff help: add detailed explanation of -r merge_commit
2023-11-20 20:40:01 -08:00
Ilya Grigoriev
e3852ffd55
cli diff: add short description to jj help
and jj diff -h
2023-11-20 20:40:01 -08:00
Antoine Cezar
b5e4e67090
commands: move diff code to diff.rs
2023-10-28 15:59:08 +02:00