##// END OF EJS Templates
debuglock: access the lock file using the proper vfs...
Pierre-Yves David -
r24820:6a6b69d9 stable
parent child Browse files
Show More
@@ -2484,7 +2484,7 b' def debuglocks(ui, repo, **opts):'
2484 2484 l.release()
2485 2485 else:
2486 2486 try:
2487 stat = repo.svfs.lstat(name)
2487 stat = vfs.lstat(name)
2488 2488 age = now - stat.st_mtime
2489 2489 user = util.username(stat.st_uid)
2490 2490 locker = vfs.readlock(name)
General Comments 0
You need to be logged in to leave comments. Login now