hgext/convert/cvsps.py
changeset 51690 493034cc3265
parent 51687 1eab9e40c0c8
child 51700 7f0cb9ee0534
--- a/hgext/convert/cvsps.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/convert/cvsps.py	Thu Jul 18 12:36:12 2024 +0200
@@ -639,7 +639,6 @@
     files = set()
     c = None
     for i, e in enumerate(log):
-
         # Check if log entry belongs to the current changeset or not.
 
         # Since CVS is file-centric, two different file revisions with
@@ -983,7 +982,6 @@
     branches = {}  # latest version number in each branch
     ancestors = {}  # parent branch
     for cs in changesets:
-
         if opts[b"ancestors"]:
             if cs.branch not in branches and cs.parents and cs.parents[0].id:
                 ancestors[cs.branch] = (