~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockdir.py

  • Committer: Martin
  • Date: 2011-05-27 02:22:23 UTC
  • mto: (5425.4.19 220464-stale-locks)
  • mto: This revision was merged to the branch mainline in revision 5970.
  • Revision ID: gzlist@googlemail.com-20110527022223-j31do1uneyxnqv19
Quick implementation of dead process detection on win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
818
818
            mutter("can't parse pid %r from %r" 
819
819
                % (pid_str, self))
820
820
            return False
821
 
        return osutils._posix_is_local_pid_dead(pid)
 
821
        return osutils.is_local_pid_dead(pid)
822
822
 
823
823
 
824
824
def get_username_for_lock_info():