1
# Copyright (C) 2010 Canonical Ltd
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; either version 2 of the License, or
6
# (at your option) any later version.
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
# GNU General Public License for more details.
13
# You should have received a copy of the GNU General Public License
14
# along with this program; if not, write to the Free Software
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
# Programmable completion for the Bazaar-NG bzr command under bash.
18
# Source this file (or add it to your ~/.bash_completion or ~/.bashrc
19
# file, depending on your system configuration, and start a new shell)
20
# and bash's completion mechanism will know all about bzr's options!
22
# This completion function assumes you have the bzr-bash-completion
23
# plugin installed as a bzr plugin. It will generate the full
24
# completion function at first invocation, thus avoiding long delays
25
# for every shell you start.
31
eval "$(bzr bash-completion)"
32
if [[ $(type -t _bzr) == function ]]; then
40
complete -F _bzr_lazy -o default bzr