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. 24 Mar, 2016 1 commit
  3. 20 Feb, 2016 2 commits
  4. 06 Nov, 2014 2 commits
  5. 13 Aug, 2014 1 commit
  6. 30 Jan, 2014 1 commit
  7. 02 Apr, 2013 1 commit
  8. 13 Mar, 2013 1 commit
  9. 12 Mar, 2013 1 commit