tests/test-remotefilelog-histpack.py
changeset 40506 10c10da14c5d
parent 40495 3a333a582d7b
child 40733 9446d5aa0f32
--- a/tests/test-remotefilelog-histpack.py	Wed Oct 03 23:47:43 2018 -0400
+++ b/tests/test-remotefilelog-histpack.py	Wed Oct 03 23:25:31 2018 -0400
@@ -55,7 +55,7 @@
 
         packdir = self.makeTempDir()
         packer = historypack.mutablehistorypack(uimod.ui(), packdir,
-                                                version=1)
+                                                version=2)
 
         for filename, node, p1, p2, linknode, copyfrom in revisions:
             packer.add(filename, node, p1, p2, linknode, copyfrom)