Show More
@@ -460,7 +460,7 b' class ui(object):' | |||||
460 | "%s.%s = %s\n" % (section, n, uvalue)) |
|
460 | "%s.%s = %s\n" % (section, n, uvalue)) | |
461 | return value |
|
461 | return value | |
462 |
|
462 | |||
463 |
def configsuboptions(self, section, name, default= |
|
463 | def configsuboptions(self, section, name, default=_unset, untrusted=False): | |
464 | """Get a config option and all sub-options. |
|
464 | """Get a config option and all sub-options. | |
465 |
|
465 | |||
466 | Some config options have sub-options that are declared with the |
|
466 | Some config options have sub-options that are declared with the |
General Comments 0
You need to be logged in to leave comments.
Login now