1. 11 Jun, 2015 1 commit
  2. 20 Feb, 2015 1 commit
    • Murilo Opsfelder Araujo's avatar
      plugins: mercurial: Update the order prompt vars are displayed · 0a99ca0d
      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>.
      0a99ca0d
  3. 16 Nov, 2014 1 commit
  4. 07 Jun, 2014 1 commit
  5. 10 Mar, 2014 1 commit
  6. 01 Dec, 2013 1 commit
  7. 25 Jun, 2013 1 commit
  8. 07 Jun, 2013 1 commit
  9. 24 Apr, 2013 1 commit
  10. 09 Apr, 2013 1 commit
  11. 27 Mar, 2013 1 commit
  12. 11 Mar, 2013 1 commit
  13. 02 Dec, 2012 1 commit
  14. 05 Jan, 2012 1 commit
    • Mark Drago's avatar
      remove the -v flag from a few mercurial aliases · 804c18ca
      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.
      804c18ca
  15. 10 Jun, 2011 1 commit