At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------ revno: 4074 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> 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() -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
