hgext/bugzilla.py
changeset 41759 aaad36b88298
parent 41343 7370f302be71
child 43076 2372284d9457
--- a/hgext/bugzilla.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/hgext/bugzilla.py	Wed Feb 20 19:28:51 2019 -0500
@@ -600,8 +600,8 @@
 
     def __init__(self, ui):
         bzmysql.__init__(self, ui)
-        self.default_notify = \
-            "cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)s"
+        self.default_notify = (
+            "cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)s")
 
 class bzmysql_3_0(bzmysql_2_18):
     '''support for bugzilla 3.0 series.'''