mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-20 22:53:12 +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
@ -366,7 +366,7 @@ struct DescribeArgs {
|
|||||||
|
|
||||||
/// Update the description and create a new change on top.
|
/// Update the description and create a new change on top.
|
||||||
#[derive(clap::Args, Clone, Debug)]
|
#[derive(clap::Args, Clone, Debug)]
|
||||||
#[command(hide = true)]
|
#[command(hide = true, visible_aliases=&["ci"])]
|
||||||
struct CommitArgs {
|
struct CommitArgs {
|
||||||
/// The change description to use (don't open editor)
|
/// The change description to use (don't open editor)
|
||||||
#[arg(long, short)]
|
#[arg(long, short)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user