• anatolyrr's avatar
    perf(mercurial): improve performance of `hg_prompt_info` (#7929) · e52584c9
    anatolyrr authored
    Replaced two different calls of hg with one `hg --id --branch` for retrieving
    information whether we're in a repo (will be empty if not), whether the repo is
    dirty (revision id will contain "+" if there are uncommitted changed), and the
    branch name.
    
    Closes #6197
    Closes #7929
    e52584c9
mercurial.plugin.zsh 1.88 KB