~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/missing.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-06 15:33:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080206153312-qycs7u05d7fjtwqq
Ian's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    try:
60
60
        remote_branch.lock_read()
61
61
        try:
62
 
            # check for special case: both branches are equivalent
63
 
            if (local_branch.last_revision_info() ==
64
 
                remote_branch.last_revision_info()):
65
 
                return [], []
66
62
            local_rev_history, local_rev_history_map = \
67
63
                _get_history(local_branch, progress, "local", 0)
68
64
            remote_rev_history, remote_rev_history_map = \