Rev 12: Provide plugin help text. in http://people.ubuntu.com/~robertc/baz2.0/plugins/avahi/trunk
Robert Collins
robertc at robertcollins.net
Sun Jul 8 07:57:07 BST 2007
At http://people.ubuntu.com/~robertc/baz2.0/plugins/avahi/trunk
------------------------------------------------------------
revno: 12
revision-id: robertc at robertcollins.net-20070708065706-fg4yjrabuv8wn09t
parent: robertc at robertcollins.net-20070706043238-wqnwtntel2hgeai9
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Sun 2007-07-08 16:57:06 +1000
message:
Provide plugin help text.
modified:
__init__.py __init__.py-20070323145827-nyq47eb7r7fj9a5v-1
=== modified file '__init__.py'
--- a/__init__.py 2007-03-24 06:41:02 +0000
+++ b/__init__.py 2007-07-08 06:57:06 +0000
@@ -15,6 +15,17 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+"""Zeroconf network integration for bzr.
+
+Commands:
+---------
+
+ * share: Start a bzr server and advertise the branches it serves via mDNS.
+ This allows them to be shown by ``bzr browse`` from other machines.
+ * browse: Find branches being served by ``bzr share``.
+
+"""
+
from bzrlib.commands import Command, Option, display_command, register_command
from bzrlib.lazy_import import lazy_import
lazy_import(globals(), """
More information about the bazaar-commits
mailing list