# HG changeset patch # User Christian Ebert # Date 1336915586 -3600 # Node ID 9c31017cb4b2ef3866d15f1516af01bac50987c5 # Parent 6c7d0e38c0c2edf962ff86837c322c1ac4351cab Intentionally ignore check-code warning about unwrapped ui message diff -r 6c7d0e38c0c2 -r 9c31017cb4b2 hgkw/keyword.py --- a/hgkw/keyword.py Sun May 13 14:39:47 2012 +0100 +++ b/hgkw/keyword.py Sun May 13 14:26:26 2012 +0100 @@ -441,7 +441,7 @@ if name.split('.', 1)[0].find('commit') > -1: repo.ui.setconfig('hooks', name, '') msg = _('hg keyword configuration and expansion example') - ui.note("hg ci -m '%s'\n" % msg) + ui.note("hg ci -m '%s'\n" % msg) # check-code-ignore repo.commit(text=msg) ui.status(_('\n\tkeywords expanded\n')) ui.write(repo.wread(fn))