diff pyproject.toml @ 8:fe3c9fae4d4d

Add support for pushes, and improve authentication. Now you can `git push` to a Mercurial repository! Also we check permissions much more precisely.
author Paul Fisher <paul@pfish.zone>
date Sun, 15 Feb 2026 22:26:15 -0500
parents 4f42fdbb25f2
children
line wrap: on
line diff
--- a/pyproject.toml	Sun Feb 15 01:49:42 2026 -0500
+++ b/pyproject.toml	Sun Feb 15 22:26:15 2026 -0500
@@ -25,7 +25,7 @@
 ]
 dependencies = [
   'dulwich',
-  'mercurial',
+  'mercurial >= 7.1',
   'hg-git',
 ]