Rev 6: List the index command as well in the setup metadata. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk

Robert Collins robertc at robertcollins.net
Sun Jun 8 09:37:11 BST 2008


At http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk

------------------------------------------------------------
revno: 6
revision-id: robertc at robertcollins.net-20080608083710-cd001ee9lrgicdu8
parent: robertc at robertcollins.net-20080608065453-gqzij4tj5qhk1088
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Sun 2008-06-08 18:37:10 +1000
message:
  List the index command as well in the setup metadata.
modified:
  setup.py                       setup.py-20080608052041-z5bahsl8kwl0uf4x-6
=== modified file 'setup.py'
--- a/setup.py	2008-06-08 05:20:44 +0000
+++ b/setup.py	2008-06-08 08:37:10 +0000
@@ -4,7 +4,7 @@
 bzr_plugin_name = 'search'
 
 bzr_plugin_version = (1, 6, 0, 'dev', 0)
-bzr_commands = ['search']
+bzr_commands = ['index', 'search']
 
 if __name__ == 'main':
     setup(name="bzr search",




More information about the bazaar-commits mailing list