mercurial/context.py
branchstable
changeset 43346 6ada8a274b9c
parent 43147 54e943b28101
child 43503 313e3a279828
--- a/mercurial/context.py	Sun Oct 27 20:16:59 2019 +0100
+++ b/mercurial/context.py	Tue Oct 29 10:41:30 2019 +0100
@@ -1187,10 +1187,9 @@
 
         assert (
             changeid is not None or fileid is not None or changectx is not None
-        ), b"bad args: changeid=%r, fileid=%r, changectx=%r" % (
-            changeid,
-            fileid,
-            changectx,
+        ), (
+            b"bad args: changeid=%r, fileid=%r, changectx=%r"
+            % (changeid, fileid, changectx,)
         )
 
         if filelog is not None: