/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/tests/test_bashcomp.py

Merge lp:brz/3.0.

Merged from https://code.launchpad.net/~jelmer/brz/3.1-merge-3.0/+merge/384872

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        surplus = set(words) & self.completion_result
86
86
        if surplus:
87
87
            raise AssertionError('Completion should omit %r but it has %r'
88
 
                                 % (surplus, res, self.completion_result))
 
88
                                 % (surplus, self.completion_result))
89
89
 
90
90
    def get_script(self):
91
91
        commands.install_bzr_command_hooks()