hgext/notify.py
changeset 51686 493034cc3265
parent 49864 5f006f789373
child 51696 7f0cb9ee0534
--- a/hgext/notify.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/notify.py	Thu Jul 18 12:36:12 2024 +0200
@@ -543,7 +543,6 @@
             )
 
     def diff(self, ctx, ref=None):
-
         maxdiff = int(self.ui.config(b'notify', b'maxdiff'))
         prev = ctx.p1().node()
         if ref: