~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Missing needs a write lock sometimes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2034
2034
        remote_branch = bzrlib.branch.Branch.open(other_branch)
2035
2035
        remote_branch.lock_read()
2036
2036
        try:
2037
 
            local_branch.lock_read()
 
2037
            local_branch.lock_write()
2038
2038
            try:
2039
2039
                local_extra, remote_extra = find_unmerged(local_branch, remote_branch)
2040
2040
                if (log_format == None):