diff hgext/keyword.py @ 16741:77c9a78e31dd

keyword: intentionally ignore check-code warning about unwrapped ui message
author Christian Ebert <blacktrash@gmx.net>
date Sun, 13 May 2012 14:26:26 +0100
parents 67964cda8701
children 38caf405d010
line wrap: on
line diff
--- a/hgext/keyword.py	Wed May 16 10:29:11 2012 -0500
+++ b/hgext/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))