diff hgext/remotefilelog/debugcommands.py @ 52066:2876d077a796

filelog: drop the CamelCase name for `filelog.filelog` See 61557734c0ae for the reasoning.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Oct 2024 16:24:18 -0400
parents f4733654f144
children
line wrap: on
line diff
--- a/hgext/remotefilelog/debugcommands.py	Wed Oct 23 16:22:21 2024 -0400
+++ b/hgext/remotefilelog/debugcommands.py	Wed Oct 23 16:24:18 2024 -0400
@@ -64,7 +64,7 @@
             queue.append(p2)
 
 
-def buildtemprevlog(repo, file) -> filelog.FileLog:
+def buildtemprevlog(repo, file) -> filelog.filelog:
     # get filename key
     filekey = hex(hashutil.sha1(file).digest())
     filedir = os.path.join(repo.path, b'store/data', filekey)