On Thu, Apr 25, 2013 at 8:08 PM, Felipe Contreras
<felipe.contre...@gmail.com> wrote:
> Otherwise we get notification, progress bars, and what not.
>
> Signed-off-by: Felipe Contreras <felipe.contre...@gmail.com>
> ---
>  contrib/remote-helpers/git-remote-bzr | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/contrib/remote-helpers/git-remote-bzr 
> b/contrib/remote-helpers/git-remote-bzr
> index dda2932..8617e25 100755
> --- a/contrib/remote-helpers/git-remote-bzr
> +++ b/contrib/remote-helpers/git-remote-bzr
> @@ -26,6 +26,7 @@ bzrlib.plugin.load_plugins()
>  import bzrlib.generate_ids
>  import bzrlib.transport
>  import bzrlib.errors
> +import bzrlib.ui
>
>  import sys
>  import os
> @@ -755,6 +756,8 @@ def main(args):
>      if not os.path.exists(dirname):
>          os.makedirs(dirname)
>
> +    bzrlib.ui.ui_factory.be_quiet(True)
> +

Nice change!

-John
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to