hgext/remotefilelog/repack.py
changeset 45942 89a2afe31e82
parent 44452 9d2b2df2c2ba
child 47012 d55b71393907
--- a/hgext/remotefilelog/repack.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/hgext/remotefilelog/repack.py	Fri Nov 27 17:03:29 2020 -0500
@@ -54,8 +54,7 @@
 
 
 def fullrepack(repo, options=None):
-    """If ``packsonly`` is True, stores creating only loose objects are skipped.
-    """
+    """If ``packsonly`` is True, stores creating only loose objects are skipped."""
     if util.safehasattr(repo, 'shareddatastores'):
         datasource = contentstore.unioncontentstore(*repo.shareddatastores)
         historysource = metadatastore.unionmetadatastore(
@@ -874,8 +873,7 @@
 
 
 class repackentry(object):
-    """Simple class representing a single revision entry in the repackledger.
-    """
+    """Simple class representing a single revision entry in the repackledger."""
 
     __slots__ = (
         'filename',