>>>>> "SB" == Samuel Bronson <[email protected]> writes:

    SB> When I do a commit or a pull, junk related to progress reporting shows
    SB> up in the output buffers. I think this could be disabled by setting
    SB> BZR_PROGRESS_BAR="none" in the environment ?

I have the following in my .bashrc:

# If we are inside an emacs shell, tell bzr it can use a text UI
# an a tty progress bar
emacs_shell=`echo $INSIDE_EMACS | grep comint`
if [ "$emacs_shell" != "" ] ; then
    export BZR_USE_TEXT_UI=1
    export BZR_PROGRESS_BAR=tty
fi

        Vincent

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to