diff options
author | 2012-09-12 21:36:15 +0000 | |
---|---|---|
committer | 2012-09-12 21:36:15 +0000 | |
commit | efa07c1631e6863ac4ed7b8e8fa1f3745430cab3 (patch) | |
tree | 2f210ad7e293a45d296e8b6bdc443012ad4efe01 /eclass/bzr.eclass | |
parent | Use lightweight checkout for WORKDIR, bug 434746. (diff) | |
download | emacs-efa07c1631e6863ac4ed7b8e8fa1f3745430cab3.tar.gz emacs-efa07c1631e6863ac4ed7b8e8fa1f3745430cab3.tar.bz2 emacs-efa07c1631e6863ac4ed7b8e8fa1f3745430cab3.zip |
Quieten bzr checkout.
svn path=/emacs-overlay/; revision=1834
Diffstat (limited to 'eclass/bzr.eclass')
-rw-r--r-- | eclass/bzr.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index ecb135f..9a3fa01 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -64,7 +64,7 @@ esac # @ECLASS-VARIABLE: EBZR_CHECKOUT_CMD # @DESCRIPTION: # The Bazaar command to checkout a branch. -: ${EBZR_CHECKOUT_CMD:="bzr checkout --lightweight"} +: ${EBZR_CHECKOUT_CMD:="bzr checkout --lightweight -q"} # @ECLASS-VARIABLE: EBZR_REVNO_CMD # @DESCRIPTION: |