Skip to content
Snippets Groups Projects
Commit 05f29077 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Alias commit to ci as well.

Mercurial, subversion and a common git alias for commit is "ci".
The PR adds that alias. Note that all of those also alias checkout
as "co" so this current case statement is a bit confusing.  That
said it doesn't make a huge amount of sense to do vcsh checkout so
it's fine if this stays if people have it in muscle memory.
parent 83ae3460
Branches
No related tags found
No related merge requests found
......@@ -534,7 +534,7 @@ VCSH_COMMAND=$1; export VCSH_COMMAND
case $VCSH_COMMAND in
clon|clo|cl) VCSH_COMMAND=clone;;
commi|comm|com|co) VCSH_COMMAND=commit;;
commi|comm|com|co|ci) VCSH_COMMAND=commit;;
delet|dele|del|de) VCSH_COMMAND=delete;;
ente|ent|en) VCSH_COMMAND=enter;;
hel|he) VCSH_COMMAND=help;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment