~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-20 08:06:53 UTC
  • mfrom: (5383.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100820080653-klig2pem60bl1hz6
(mbp) handle diff --using --diff-options

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')