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

Merge fetch-spec-everything-not-in-other.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        self.assertAsTokens([(False, r'\\"'), (False, r'*.py')],
114
114
                            r'\\\\\" *.py')
115
115
        self.assertAsTokens([(True, u'\\\\')], u'"\\\\')
116