##// END OF EJS Templates
dirstate: add missing return on platforms without exec or symlink...
Raphaël Gomès -
r49102:8f54d9c7 default
parent child Browse files
Show More
@@ -300,6 +300,8 b' class dirstate(object):'
300 return b''
300 return b''
301 return fallback(x)
301 return fallback(x)
302
302
303 return f
304
303 @propertycache
305 @propertycache
304 def _cwd(self):
306 def _cwd(self):
305 # internal config: ui.forcecwd
307 # internal config: ui.forcecwd
General Comments 0
You need to be logged in to leave comments. Login now