mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(mercurial): add hg log aliases (#9979)
Co-authored-by: Michał Kielan <kielanm@fb.com>
This commit is contained in:
@@ -17,6 +17,8 @@ alias hgi='hg incoming'
|
||||
alias hgl='hg pull -u'
|
||||
alias hglr='hg pull --rebase'
|
||||
alias hgo='hg outgoing'
|
||||
alias hglg='hg log --stat -v'
|
||||
alias hglgp='hg log --stat -p -v'
|
||||
|
||||
function in_hg() {
|
||||
if $(hg branch > /dev/null 2>&1); then
|
||||
|
||||
Reference in New Issue
Block a user