}
}
} while (stopTime == -1/*no timeout*/ || System.currentTimeMillis() <= stopTime);
String msg = String.format("Failed to aquire lock, waited for %d seconds, present owner: '%s'", timeoutSeconds, readLockInfo());
throw new HgRepositoryLockException(msg);
}