comparison mercurial/windows.py @ 16687:e34106fa0dc3

cleanup: "raise SomeException()" -> "raise SomeException"
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 16:00:58 +0200
parents e7701459fb42
children 80142f385af9
comparison
equal deleted inserted replaced
16686:67964cda8701 16687:e34106fa0dc3
302 # current line but on the new one. Keep room for it. 302 # current line but on the new one. Keep room for it.
303 return 79 303 return 79
304 304
305 def groupmembers(name): 305 def groupmembers(name):
306 # Don't support groups on Windows for now 306 # Don't support groups on Windows for now
307 raise KeyError() 307 raise KeyError
308 308
309 def isexec(f): 309 def isexec(f):
310 return False 310 return False
311 311
312 class cachestat(object): 312 class cachestat(object):