- 11 Jun, 2015 1 commit
-
-
Oleksandr Shybystyi authored
-
- 20 Feb, 2015 1 commit
-
-
Murilo Opsfelder Araujo authored
If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with %{$reset_color%} resetting the bold style of last character ")" because _SUFFIX was expanded before calling hg_dirty(): ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}" ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})" With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly displayed, following the same order as in git_prompt_info(), i.e. <prefix><dirty><suffix>.
-
- 16 Nov, 2014 1 commit
-
-
DanielFGray authored
-
- 07 Jun, 2014 1 commit
-
-
Chris Krycho authored
-
- 10 Mar, 2014 1 commit
-
-
Zhou Hua authored
The original 'hgsl' missed 'hg' part.
-
- 01 Dec, 2013 1 commit
-
-
Jens Tinfors authored
-
- 25 Jun, 2013 1 commit
-
-
Chris Krycho authored
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead.
-
- 07 Jun, 2013 1 commit
-
-
Chris Krycho authored
-
- 24 Apr, 2013 1 commit
-
-
Philipp Tessenow authored
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin named functions similar to subversion plugin, to give theme maintainers an easier life
-
- 09 Apr, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 27 Mar, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 11 Mar, 2013 1 commit
-
-
Vladimir Zakharov authored
-
- 02 Dec, 2012 1 commit
-
-
Lucas Sampaio authored
-
- 05 Jan, 2012 1 commit
-
-
Mark Drago authored
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.
-
- 10 Jun, 2011 1 commit
-
-
ptrv authored
-