Rev 5290: Document branch.get_config in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Jun 14 11:40:05 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5290 [merge]
revision-id: pqm at pqm.ubuntu.com-20100614104004-geqkwwyuyn3ut9ez
parent: pqm at pqm.ubuntu.com-20100611231905-oqhoayr73ygvkrug
parent: robertc at robertcollins.net-20100607202505-yp5g7e2lvnph06hq
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2010-06-14 11:40:04 +0100
message:
  Document branch.get_config
modified:
  bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2010-05-25 17:27:52 +0000
+++ b/bzrlib/branch.py	2010-06-07 20:25:05 +0000
@@ -197,6 +197,13 @@
         return self.supports_tags() and self.tags.get_tag_dict()
 
     def get_config(self):
+        """Get a bzrlib.config.BranchConfig for this Branch.
+
+        This can then be used to get and set configuration options for the
+        branch.
+
+        :return: A bzrlib.config.BranchConfig.
+        """
         return BranchConfig(self)
 
     def _get_config(self):




More information about the bazaar-commits mailing list