# HG changeset patch # User Simon Heimberg # Date 1389130179 -3600 # Node ID c7c23e04673e5b72683e321df03634ad510bc428 # Parent e3461e8199222cc987eef6df74091539e3f50911 cleanup: Remove the only ever used skip-check-code pragma Use the work-around suggested by the rule instead [ original upstream message ] diff -r e3461e819922 -r c7c23e04673e hgkw/keyword.py --- a/hgkw/keyword.py Wed Nov 06 18:19:04 2013 -0500 +++ b/hgkw/keyword.py Tue Jan 07 22:29:39 2014 +0100 @@ -447,7 +447,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) # check-code-ignore + ui.note(("hg ci -m '%s'\n" % msg)) repo.commit(text=msg) ui.status(_('\n\tkeywords expanded\n')) ui.write(repo.wread(fn))