~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2005-10-17 23:31:40 UTC
  • mto: (1185.16.102)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: jelmer@samba.org-20051017233140-9666fb5abe3b5f81
Argument 'transport' can not be a string (assert on first line 
checks it is an instance of Transport). Removing this comment (there was also
no test for this behaviour)

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        """Create new branch object at a particular location.
185
185
 
186
186
        transport -- A Transport object, defining how to access files.
187
 
                (If a string, transport.transport() will be used to
188
 
                create a Transport object)
189
187
        
190
188
        init -- If True, create new control files in a previously
191
189
             unversioned directory.  If False, the branch must already