mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
feat(mercurial): add hg log aliases (#9979)
Co-authored-by: Michał Kielan <kielanm@fb.com>
This commit is contained in:
@@ -30,7 +30,8 @@ plugins=(... mercurial)
|
||||
| `hgl` | `hg pull -u` |
|
||||
| `hglr` | `hg pull --rebase` |
|
||||
| `hgo` | `hg outgoing` |
|
||||
|
||||
| `hglg` | `hg log --stat -v` |
|
||||
| `hglgp`| `hg log --stat -p -v` |
|
||||
## Prompt usage
|
||||
|
||||
- Switch to a theme which uses `hg_prompt_info`
|
||||
|
||||
Reference in New Issue
Block a user