Logo
Explore Help
Register Sign In
mirrors/ohmyzsh
1
0
Fork 0
You've already forked ohmyzsh
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-06-03 22:04:31 +08:00
Code Issues Projects Releases Wiki Activity
ohmyzsh/plugins/mercurial/mercurial.plugin.zsh

15 lines
347 B
Bash
Raw Normal View History

Added mercurial plugin with aliases.
2011-06-10 15:38:59 +02:00
# Mercurial
remove the -v flag from a few mercurial aliases The -v flag for these commands really isn't very useful. It will output some information about the hooks it is running, but that is generally not useful and just noisy. The desire to add -v to these commands is exceptional and IMHO it's better to make the common case of not seeing those messages the supported behavior.
2012-01-05 17:39:13 -05:00
alias hgc='hg commit'
alias hgb='hg branch'
Added mercurial plugin with aliases.
2011-06-10 15:38:59 +02:00
alias hgba='hg branches'
alias hgco='hg checkout'
alias hgd='hg diff'
alias hged='hg diffmerge'
# pull and update
remove the -v flag from a few mercurial aliases The -v flag for these commands really isn't very useful. It will output some information about the hooks it is running, but that is generally not useful and just noisy. The desire to add -v to these commands is exceptional and IMHO it's better to make the common case of not seeing those messages the supported behavior.
2012-01-05 17:39:13 -05:00
alias hgl='hg pull -u'
alias hgp='hg push'
alias hgs='hg status'
Added mercurial plugin with aliases.
2011-06-10 15:38:59 +02:00
# this is the 'git commit --amend' equivalent
alias hgca='hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 538ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API