Show More
@@ -574,7 +574,7 b' class ui(object):' | |||
|
574 | 574 | raise error.ConfigError(_("%s.%s is not a valid %s ('%s')") |
|
575 | 575 | % (section, name, desc, v)) |
|
576 | 576 | |
|
577 |
def configint(self, section, name, default= |
|
|
577 | def configint(self, section, name, default=_unset, untrusted=False): | |
|
578 | 578 | """parse a configuration element as an integer |
|
579 | 579 | |
|
580 | 580 | >>> u = ui(); s = 'foo' |
General Comments 0
You need to be logged in to leave comments.
Login now