~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/clone.py

  • Committer: Robert Collins
  • Date: 2005-10-04 04:49:21 UTC
  • Revision ID: robertc@robertcollins.net-20051004044921-45fd2dc3f70abe59
remove debug print statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    assert isinstance(to_location, basestring)
76
76
    if basis_branch is not None:
77
77
        note("basis_branch is not supported for fast weave copy yet.")
78
 
    print "xxxxxxxxxxx", branch_from.weave_store.listable(), branch_from.weave_store
79
78
    if not (branch_from.weave_store.listable()
80
79
            and branch_from.revision_store.listable()):
81
80
        return copy_branch_slower(branch_from, to_location, revision,