~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Parth Malwankar
  • Date: 2010-03-15 13:52:10 UTC
  • mto: (0.44.2 grep) (6531.3.1 merge-grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100315135210-a9o45vb69zau7m4b
'binary file skipped' warning is only shown with --verbose flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bzr_plugin_name = 'grep'
5
5
 
6
 
bzr_plugin_version = (0, 1, 0, 'final', 0)
 
6
bzr_plugin_version = (0, 2, 0, 'dev', 0)
7
7
 
8
8
bzr_commands = ['grep']
9
9