Rev 4074: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
robertc at robertcollins.net
Tue Mar 3 04:17:56 GMT 2009
At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------
revno: 4074
revision-id: robertc at robertcollins.net-20090303041753-30ivxx4a0e24uoo7
parent: robertc at robertcollins.net-20090303032751-ubyfhezgjul6y5ic
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Tue 2009-03-03 15:17:53 +1100
message:
Review feedback.
=== modified file 'bzrlib/smart/bzrdir.py'
--- a/bzrlib/smart/bzrdir.py 2009-03-03 03:27:51 +0000
+++ b/bzrlib/smart/bzrdir.py 2009-03-03 04:17:53 +0000
@@ -97,8 +97,8 @@
control_format = self._bzrdir.cloning_metadir(
require_stacking=require_stacking)
control_name = control_format.network_name()
- # XXX: Should be a method that tells us this, or delegated to the
- # format, or something.
+ # XXX: There should be a method that tells us that the format does/does not
+ # have subformats.
if isinstance(control_format, BzrDirMetaFormat1):
branch_name = control_format.get_branch_format().network_name()
repository_name = control_format.repository_format.network_name()
More information about the bazaar-commits
mailing list