1. 12 Jun, 2021 1 commit
  2. 11 Mar, 2020 1 commit
  3. 28 Feb, 2020 1 commit
  4. 06 Oct, 2018 1 commit
  5. 26 Nov, 2015 1 commit
    • WeeBull's avatar
      Use actual `commit --amend` command for Mercurial · b57ddd6a
      WeeBull authored
      Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
      b57ddd6a
  6. 16 Nov, 2015 1 commit
    • Andrew Janke's avatar
      Mercurial plugin: revise README · cca422ea
      Andrew Janke authored
      Closes #4616
      Changes the `plugins=(... mercurial ...)` to be closer to correct zsh syntax, removing commas and extra spaces.
      Revises discussion on configuring themes to avoid sounding like users should modify the theme definition file in the main OMZ folder. Prioritizes the suggestion of using a theme which already supports hg_prompt_info.
      cca422ea
  7. 11 Jun, 2015 1 commit
  8. 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
  9. 16 Nov, 2014 1 commit
  10. 07 Jun, 2014 1 commit
  11. 10 Mar, 2014 1 commit
  12. 01 Dec, 2013 1 commit
  13. 25 Jun, 2013 1 commit
  14. 07 Jun, 2013 1 commit
  15. 24 Apr, 2013 1 commit
  16. 09 Apr, 2013 1 commit
  17. 27 Mar, 2013 1 commit
  18. 11 Mar, 2013 1 commit
  19. 02 Dec, 2012 1 commit
  20. 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
  21. 10 Jun, 2011 1 commit