~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Andrew Bennetts
  • Date: 2009-07-13 01:46:28 UTC
  • mto: (4476.3.44 inventory-delta)
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090713014628-yb20eyqleugr5nid
Clarify some code and comments, and s/1.17/1.18/ in a few places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
            else:
293
293
                parent_root_id = tree.get_root_id()
294
294
            rev_id_to_root_id_map[parent_id] = None
295
 
            #XXX: why not:  memory consumption maybe?
296
 
            #rev_id_to_root_id_map[parent_id] = parent_root_id
 
295
            # XXX: why not:
 
296
            #   rev_id_to_root_id_map[parent_id] = parent_root_id
 
297
            # memory consumption maybe?
297
298
        else:
298
299
            parent_root_id = rev_id_to_root_id_map[parent_id]
299
300
        if root_id == parent_root_id: