~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Martin von Gagern
  • Date: 2010-01-25 16:12:48 UTC
  • mfrom: (0.27.12 trunk)
  • mto: (0.27.13 trunk)
  • mto: This revision was merged to the branch mainline in revision 5240.
  • Revision ID: martin.vgagern@gmx.net-20100125161248-2xazrvsjvgcvujfd
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Generate a shell function for bash command line completion.
 
2
 
 
3
This plugin provides a command called bash-completion that generates a
 
4
bash completion function for bzr. See its documentation for details.
 
5
"""
 
6
 
1
7
from bzrlib.commands import Command, register_command
2
8
from bzrlib.option import Option
3
9