jj/src
Martin von Zweigbergk 4ea304a47d cli: add jj hide as an alias for jj abandon
I keep explaining the functionality as hiding the commit, so it seems
that `jj hide` is a natural name for it. Let's start by adding it as
an alias. My only hesitation with making `hide` the real command name
and `abandon` an alias that we start phasing out is that it feels more
natural to `abandon` the working copy in order to start working on a
new change than it does to `hide` it.
2022-09-04 20:43:01 -07:00
..
commands.rs cli: add jj hide as an alias for jj abandon 2022-09-04 20:43:01 -07:00
config.rs config: move NO_COLOR handling from ui, don't override user setting 2022-06-10 12:47:06 +09:00
diff_edit.rs cleanup: fix some cargo clippy warnings 2022-05-02 21:49:01 -07:00
formatter.rs cli: jj branch can accept any number of branches 2022-05-02 21:33:58 -07:00
graphlog.rs graphlog: don't de-indent multi-line text at end of chain 2022-05-11 04:42:44 -07:00
lib.rs cli: move config-reading to new config module 2022-05-10 10:21:22 -07:00
main.rs cli: allow config in ~/.jjconfig.toml 2022-05-10 10:21:22 -07:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs cli: indicate each workspace's checkout in log (#13) 2022-02-02 21:36:14 -08:00
templater.rs cleanup: remove some unused lifetimes 2022-05-21 10:41:45 -07:00
ui.rs ui: add function to recreate formatters with new color choice 2022-06-10 12:47:06 +09:00