traceback when option is in config file more than once
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
E.g. when I have two "debug_flags" lines in my configuration file, I get:
Traceback (most recent call last):
File "./bzr", line 145, in <module>
exit_val = bzrlib.
File "/home/
_register_
File "/home/
import bzrlib.builtins
File "/home/
import bzrlib.bzrdir
File "/home/
format_name = config.
File "/home/
expand = _get_expand_
File "/home/
expand = conf.get_
File "/home/
s = self.get_
File "/home/
value = self._get_
File "/home/
value = self._get_
File "/home/
raise errors.
bzrlib.
Duplicate keyword name at line 27.
tags: | added: config confusing-ui easy |
tags: | added: check-for-breezy |
Well, it's an error to define the same option twice, what do you expect ? No traceback ?