##// 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 300 return b''
301 301 return fallback(x)
302 302
303 return f
304
303 305 @propertycache
304 306 def _cwd(self):
305 307 # internal config: ui.forcecwd
General Comments 0
You need to be logged in to leave comments. Login now