~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/doc_generate/autodoc_bash_completion.py

[merge] bialix: add a win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
 
46
46
preamble = """\
47
 
# bash completion functions for for %(bzrcmd)s (bazaar-ng)
 
47
# bash completion functions for for Bazaar (%(bzrcmd)s)
48
48
#
49
49
# Large parts of this file are autogenerated from the internal
50
 
# bazaar-ng documentation and data structures.
 
50
# Bazaar documentation and data structures.
51
51
#
52
52
# Generation time: %(timestamp)s
53
53
"""