~/.bazaar/rules does not evaluate wildcard sections in the documented order

Bug #876562 reported by Diego Biurrun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

Searching through patterns in ~/.bazaar/rules is supposed to stop at the first match. However, when using the following rules file in conjunction with the text-checker plugin, the Makefile* section is skipped and the wildcard section matches:

[name Makefile*]
dos_linebreaks=fail
newline_at_eof=fail
tabs=ignore
trailing_whitespace=fail

[name *]
dos_linebreaks=fail
newline_at_eof=fail
tabs=fail
trailing_whitespace=fail

Tags: config rules
Martin Pool (mbp)
tags: added: config rules
Changed in bzr:
status: New → Confirmed
importance: Undecided → Medium
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.