feat(mercurial): add hgci alias for interactive commit (#8912)

Closes #8912
This commit is contained in:
Pandu POLUAN
2020-05-11 14:55:20 +07:00
committed by Marc Cornellà
parent 137b45672d
commit d058801a18
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ plugins=(... mercurial)
| `hga` | `hg add` |
| `hgc` | `hg commit` |
| `hgca` | `hg commit --amend` |
| `hgci` | `hg commit --interactive` |
| `hgb` | `hg branch` |
| `hgba` | `hg branches` |
| `hgbk` | `hg bookmarks` |