Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed up obtaining VCS branch. #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 5, 2017

  1. speed up obtaining VCS branch.

    Running actual VCS command could be extremely slow. Fortunately, we
    don't have to run `hg branch` command unless the `.hg` directory exists
    either in the current directory or in any of the ancestor directories.
    
    Thus if we check for the VCS-specific directory in advance we could avoid
    running the command unless the directory exists.
    anpol committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    c85d762 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    56217e4 View commit details
    Browse the repository at this point in the history