Fix Read Support for HG Evolve Extension

This commit is contained in:
Eduard Heimbuch
2022-03-11 09:15:49 +01:00
parent 00f11cd4b9
commit 4e96168a96
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: HG Read Support for Evolve Extenxion

View File

@@ -51,7 +51,9 @@ public final class WireProtocol {
"batch", "between", "branchmap", "branches", "capabilities", "changegroup", "changegroupsubset", "clonebundles",
"getbundle", "heads", "hello", "listkeys", "lookup", "known", "stream_out",
// could not find lheads in the wireprotocol description but mercurial 4.5.2 uses it for clone
"lheads"
"lheads",
// For HG Evolve Extension
"evoext_obshashrange_v1"
);
private static final Set<String> WRITE_COMMANDS = ImmutableSet.of(