~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-21 02:57:44 UTC
  • mto: (1092.1.41) (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1110.
  • Revision ID: aaron.bentley@utoronto.ca-20050821025744-7859edd8383e9211
Removed debug message

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                else:
68
68
                    continue
69
69
            for parent in [p.revision_id for p in revision.parents]:
70
 
                print >> sys.stderr, "adding %s" % parent
71
70
                if not has_revision(to_branch, parent):
72
71
                    new_missing.append(parent)
73
72
        missing = new_missing