/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/missing.py

  • Committer: Alexander Belchenko
  • Date: 2008-03-17 21:58:47 UTC
  • mfrom: (3290 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3293.
  • Revision ID: bialix@ukr.net-20080317215847-m36yrjhb004kgi65
merge bzr.dev

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 [], []
62
66
            local_rev_history, local_rev_history_map = \
63
67
                _get_history(local_branch, progress, "local", 0)
64
68
            remote_rev_history, remote_rev_history_map = \