hgext/remotefilelog/shallowutil.py
changeset 48932 176f1a0d15dc
parent 48918 0fe003495f72
child 49284 d44e3c45f0e4
--- a/hgext/remotefilelog/shallowutil.py	Mon Feb 21 11:13:37 2022 -0700
+++ b/hgext/remotefilelog/shallowutil.py	Tue Mar 01 20:50:34 2022 -0800
@@ -175,8 +175,8 @@
 
 
 _metaitemtypes = {
-    constants.METAKEYFLAG: (int, pycompat.long),
-    constants.METAKEYSIZE: (int, pycompat.long),
+    constants.METAKEYFLAG: (int, int),
+    constants.METAKEYSIZE: (int, int),
 }