• 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
Name
Last commit
Last update
.github Loading commit data...
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...