/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 breezy/plugins/bash_completion/bashcomp.py

  • Committer: Jelmer Vernooij
  • Date: 2019-05-29 03:28:14 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7305.
  • Revision ID: jelmer@jelmer.uk-20190529032814-fzqbrgf9647u9ptq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
    This command generates a shell function which can be used by bash to
423
423
    automatically complete the currently typed command when the user presses
424
424
    the completion key (usually tab).
425
 
    
 
425
 
426
426
    Commonly used like this:
427
427
        eval "`brz bash-completion`"
428
428
    """