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

Improves performance of prompt filtering #438

Merged
merged 2 commits into from
Mar 22, 2015

Commits on Mar 21, 2015

  1. Improve performance of git and mercurial prompt

    This implements custom logic to detect if we're inside of working tree
    and skips os calls if not. This will improve performance of prompt
    handling, especially for mercurial prompt.
    vladimir-kotikov committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    d8c9d32 View commit details
    Browse the repository at this point in the history
  2. Removes error messages when getting repo status

    When `get_git_status` fails the inner `os.execute` call print error
    message to console. This removes all error messages fro such cases.
    vladimir-kotikov committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    2855a69 View commit details
    Browse the repository at this point in the history