913
913
return locking_process_deferred.addCallbacks(
914
914
locking_process_callback, locking_process_errback)
917
918
# If the destination branch was locked by another worker, the worker
918
919
# should break the lock and mirror the branch regardless.
919
920
deferred = self._run_with_destination_locked(self.doDefaultMirroring)