/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bashcomp.py

Merge from 1.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import re
29
29
 
30
30
head="""\
31
 
# Programmable completion for the Bazaar-NG bzr command under bash. Source
32
 
# this file (or on some systems add it to ~/.bash_completion and start a new
33
 
# shell) and bash's completion mechanism will know all about bzr's options!
34
 
 
35
 
# Known to work with bash 2.05a with programmable completion and extended
36
 
# pattern matching enabled (use 'shopt -s extglob progcomp' to enable
37
 
# these if they are not already enabled).
 
31
# Programmable completion for the Bazaar-NG bzr command under bash.
 
32
# Known to work with bash 2.05a as well as bash 4.1.2, and probably
 
33
# all versions in between as well.
38
34
 
39
35
# Based originally on the svn bash completition script.
40
36
# Customized by Sven Wilhelm/Icecrash.com