Comment 4 for bug 1540562

Revision history for this message
Christian Boltz (cboltz) wrote :

Yes, that's also what I found.

Patch sent to the mailinglist for review.

If you want to test it, get logparser.py from the bzr 2.10 branch (there were several fixes since 2.10) and around line 304, change

            if e['operation'] in ['file_perm', 'file_inherit'] and not e['request_mask']:

to

            if not e['request_mask']:

(that's the relevant part of the patch)