Code review comment for lp:~vila/bzr/osx-regressions

Revision history for this message
John A Meinel (jameinel) wrote :

This seems like a little bit of a band-aid, though I suppose people won't intermix

 note('foo %s %%s' % one, two)

Certainly the recommended form has been note('foo %s %s', one, two)

Anyway, both are better than before.

review: Approve

« Back to merge proposal