hgext/notify.py
changeset 9136 31177742f54a
parent 9105 6188f2cc4a37
child 9157 9261667e9b82
--- a/hgext/notify.py	Tue Jul 14 20:24:16 2009 +0200
+++ b/hgext/notify.py	Mon Jul 13 09:50:26 2009 +0900
@@ -221,7 +221,7 @@
                                   hash(self.repo.root), socket.getfqdn()))
         msg['To'] = ', '.join(self.subs)
 
-        msgtext = msg.as_string(0)
+        msgtext = msg.as_string()
         if self.test:
             self.ui.write(msgtext)
             if not msgtext.endswith('\n'):