~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-21 11:58:09 UTC
  • mto: (3452.2.9 inter-remote-pack)
  • mto: This revision was merged to the branch mainline in revision 3511.
  • Revision ID: andrew.bennetts@canonical.com-20080521115809-6cw3t8gn4qm0bpg9
Remove a bit more debugging cruft.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1657
1657
                self._set_last_revision(stop_revision)
1658
1658
        finally:
1659
1659
            other.unlock()
1660
 
        
1661
 
        return
1662
 
        # XXX
1663
 
        self._ensure_real()
1664
 
        return self._real_branch.update_revisions(
1665
 
            other, stop_revision=stop_revision, overwrite=overwrite)
1666
1660
 
1667
1661
 
1668
1662
def _extract_tar(tar, to_dir):