1. 23 Apr, 2021 1 commit
    • Kirk's avatar
      feat(ys): add setting to hide dirty info in hg repositories (#8415) · b3d1826a
      Kirk authored
      On large mercurial projects, using `hg status` to show dirty prompt
      causes significant delay.
      
      This commit checks a local hg config value of `oh-my-zsh.hide-dirty` to
      skip dirty check.
      
      Users who wish to skip dirty check can add this to their `.hg/hgrc`
      file.
      
      ```
      [oh-my-zsh]
      hide-dirty = 1
      ```
      
      This config value uses the same naming as ones found for git, in file
      lib/git.zsh.
      b3d1826a
  2. 11 Apr, 2021 2 commits
  3. 09 Apr, 2021 4 commits
  4. 07 Apr, 2021 1 commit
  5. 06 Apr, 2021 9 commits
  6. 31 Mar, 2021 2 commits
  7. 28 Mar, 2021 2 commits
  8. 27 Mar, 2021 1 commit
  9. 25 Mar, 2021 1 commit
  10. 15 Mar, 2021 8 commits
  11. 13 Mar, 2021 1 commit
  12. 08 Mar, 2021 1 commit
  13. 01 Mar, 2021 1 commit
  14. 21 Feb, 2021 3 commits
  15. 09 Feb, 2021 1 commit
  16. 31 Jan, 2021 1 commit
  17. 27 Jan, 2021 1 commit