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 bazaar by simulating bzr root with bash #4

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

Commits on Feb 5, 2016

  1. Speed up bazaar by simulating bzr root with bash

    The PS1 line took forever (~1s) to display in bzr branches, because bzr is slow.
    
    I increased the speed by eliminating the call to bzr, and replacing it with a modified bash script which I found here:
    http://unix.stackexchange.com/questions/6463/find-searching-in-parent-directories-instead-of-subdirectories
    daviewales committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    2cc67fb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Fix broken bar_dir() function, Improve speed.

    The previous commit didn't know what to do outside of a bzr repo. This fixes it, and makes it a bit faster.
    daviewales committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    7314c58 View commit details
    Browse the repository at this point in the history