diff --git a/CONTRIBUTORS b/CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ List of contributors to Kallithea projec Mads Kiilerich 2016-2025 Manuel Jacob 2019-2020 2022-2023 2025 + Sebastian Krause 2025 Aristotelis Stageiritis 2024 Poesty Li 2024 Valentin Kleibel 2024 diff --git a/kallithea/config/middleware/simplehg.py b/kallithea/config/middleware/simplehg.py --- a/kallithea/config/middleware/simplehg.py +++ b/kallithea/config/middleware/simplehg.py @@ -89,6 +89,10 @@ cmd_mapping = { 'pushkey': 'push', 'putlfile': 'push', 'unbundle': 'push', + # the following commands are used by hg-evolve + 'evoext_obshashrange_v1': 'pull', + '_exttopics_heads': 'pull', + 'tns_heads': 'pull', } diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -26,6 +26,7 @@
  • Copyright © 2012–2025, Mads Kiilerich
  • Copyright © 2019–2020, 2022–2023, 2025, Manuel Jacob
  • +
  • Copyright © 2025, Sebastian Krause
  • Copyright © 2024, Aristotelis Stageiritis
  • Copyright © 2024, Poesty Li
  • Copyright © 2024, Valentin Kleibel