ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Martin von Zweigbergk 082ec5ae3b cli: teach jj move to move only changes to specified paths
I quite often want to move the changes to a particular file from one
commit to another. We already support that using `jj move -i`, but
that can be annoying to run because we don't have a TUI for it
(#48). Let's make it possible to do `jj move --from X --to Y <path>`.
2022-04-09 16:13:01 -07:00
..
commands.rs cli: teach jj move to move only changes to specified paths 2022-04-09 16:13:01 -07:00
diff_edit.rs cargo: upgrade the config crate from 0.11.0 to 0.12.0 2022-03-18 22:33:04 -07:00
formatter.rs cli: indicate each workspace's checkout in log (#13) 2022-02-02 21:36:14 -08:00
graphlog.rs
lib.rs tests: move testutils from src/ to tests/ 2022-04-02 14:22:58 -07:00
main.rs config: add support for a $JJ_CONFIG environment variable 2022-03-23 09:57:42 -07:00
template.pest
template_parser.rs cli: indicate each workspace's checkout in log (#13) 2022-02-02 21:36:14 -08:00
templater.rs cli: indicate each workspace's checkout in log (#13) 2022-02-02 21:36:14 -08:00
ui.rs cli: print errors to stderr 2022-04-09 16:13:01 -07:00