mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-07 23:29:10 +01:00
Fix Read Support for HG Evolve Extension
This commit is contained in:
2
gradle/changelog/evolve_forbidden.yaml
Normal file
2
gradle/changelog/evolve_forbidden.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: HG Read Support for Evolve Extenxion
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user