mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
Commands: Alias commit to ci for cvs/mercurial/svn compatability
As far as I can tell it won't hurt anyone to have this alias exist, but will help those of us with old muscle memory.
This commit is contained in:
parent
b3fa9e5b6c
commit
f64d8f45ae
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ struct DescribeArgs {
|
|||
|
||||
/// Update the description and create a new change on top.
|
||||
#[derive(clap::Args, Clone, Debug)]
|
||||
#[command(hide = true)]
|
||||
#[command(hide = true, visible_aliases=&["ci"])]
|
||||
struct CommitArgs {
|
||||
/// The change description to use (don't open editor)
|
||||
#[arg(long, short)]
|
||||
|
|
Loading…
Reference in a new issue