Rev 4590: (Jelmer) Document bzr_transports property in the plugin API. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Aug 5 00:09:32 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4590 [merge]
revision-id: pqm at pqm.ubuntu.com-20090804230931-hccw5j85mt25b2tz
parent: pqm at pqm.ubuntu.com-20090804175234-3e4oyzlwy1rb3mnj
parent: jelmer at samba.org-20090803113753-h2neg2rfmpj6qi34
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2009-08-05 00:09:31 +0100
message:
(Jelmer) Document bzr_transports property in the plugin API.
modified:
doc/developers/plugin-api.txt pluginapi.txt-20080229110225-q2j5y4agqhlkjn0s-1
=== modified file 'doc/developers/plugin-api.txt'
--- a/doc/developers/plugin-api.txt 2009-01-23 22:39:31 +0000
+++ b/doc/developers/plugin-api.txt 2009-08-03 11:37:53 +0000
@@ -109,6 +109,9 @@
| bzr_repository_formats | {} | As bzr_checkout_formats but for |
| | | repositories. |
+------------------------+---------+----------------------------------------+
+| bzr_transports | [] | URL prefixes for which this plugin |
+| | | will register transports. |
++------------------------+---------+----------------------------------------+
Control Formats
---------------
@@ -148,6 +151,8 @@
}
bzr_control_formats = {"Subversion":{'.svn/format': '4\n'}}
+
+ bzr_transports = ["hg+ssh://"]
bzr_plugin_version = (1, 3, 0, 'dev', 0)
bzr_minimum_version = (1, 0, 0)
More information about the bazaar-commits
mailing list