Intentionally ignore check-code warning about unwrapped ui message
authorChristian Ebert <blacktrash@gmx.net>
Sun, 13 May 2012 14:26:26 +0100
changeset 1075 9c31017cb4b2
parent 1074 6c7d0e38c0c2
child 1076 a347814c7ff6
child 1078 834f71467ecc
Intentionally ignore check-code warning about unwrapped ui message
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))