/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/features.py

Merge deprecate-get-parser-file into simplify-test-config-building

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
bash_feature = ExecutableFeature('bash')
116
116
sed_feature = ExecutableFeature('sed')
 
117
diff_feature = ExecutableFeature('diff')