##// END OF EJS Templates
config: use the new '_unset' value for 'configpath'...
marmoute -
r32965:36e16797 default
parent child Browse files
Show More
@@ -493,7 +493,7 b' class ui(object):'
493 493
494 494 return main, sub
495 495
496 def configpath(self, section, name, default=None, untrusted=False):
496 def configpath(self, section, name, default=_unset, untrusted=False):
497 497 'get a path config item, expanded relative to repo root or config file'
498 498 v = self.config(section, name, default, untrusted)
499 499 if v is None:
General Comments 0
You need to be logged in to leave comments. Login now