hg-git 1.2.0 released

2025-02-08 Thread Dan Villiom Podlaski Christiansen
Hi I've pushed a new feature release of hg-git to PyPI and Heptapod. Apart from dropping support for an unsupported release of Python, this release is equivalent to the previous beta. https://pypi.org/project/hg-git/1.2.0 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.2.0 hg-git 1.2

Re: how to ammend a changeset and push

2024-11-18 Thread Dan Villiom Podlaski Christiansen
On 18/11/2024 19.30, Uwe Brauer wrote: "DVPC" == Dan Villiom Podlaski Christiansen writes: You really should look into the `evolve` extension; not only is it pretty awesome in itself, but it also simplifies editing history when using hg-git a good deal. Oh I do use that exten

hg-git 1.1.4 & 1.2.0b1 released

2024-11-18 Thread Dan Villiom Podlaski Christiansen
Hi I'm pleased to announce two new releases for hg-git. One is a regular compatibility release, and one is an initial beta of 1.2.0. The latter is _quite_ overdue, and I can't say when the final release will be, as it depends on the feedback — it'll be at least a month after a beta with no ma

Re: how to ammend a changeset and push

2024-11-18 Thread Dan Villiom Podlaski Christiansen
You really should look into the `evolve` extension; not only is it pretty awesome in itself, but it also simplifies editing history when using hg-git a good deal. You can also simply enable `obsolete` support locally, I believe; it should have the same effect:   [experimental]   evolution =

hg-git 1.1.3 released

2024-06-25 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed a new bugfix release of hg-git to PyPI and Heptapod. https://pypi.org/project/hg-git/1.1.3 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.1.3 As an aside, I've also created a Matrix channel for hg-git: https://matrix.to/#/#hg-git:matrix.org hg-git 1.1.3 (2024-06-25) =

Re: hg-git 1.1.2 released

2024-06-08 Thread Dan Villiom Podlaski Christiansen
. -- - Dan > Den 7. jun. 2024 kl. 08.31 skrev Dan Villiom Podlaski Christiansen > : > > Hi, > > I've pushed a new bugfix release of hg-git to PyPI and Heptapod. > > https://pypi.org/project/hg-git/1.1.2 > https://foss.heptapod.net/mercurial/hg-git/-/releases/1.1

hg-git 1.1.2 released

2024-06-06 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed a new bugfix release of hg-git to PyPI and Heptapod. https://pypi.org/project/hg-git/1.1.2 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.1.2 hg-git 1.1.2 (2024-06-06) = This is a minor release, focusing on bugs and compatibility. * Always adva

hg-git 1.0.5 & 1.1.1 released

2024-03-06 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed two releases of hg-git to PyPI and Heptapod, a bugfix release and a new feature release: https://pypi.org/project/hg-git/1.0.5 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.0.5 https://pypi.org/project/hg-git/1.1.5 https://foss.heptapod.net/mercurial/hg-git/-/release

hg-git 1.0.4 & 1.1.0 released

2024-01-13 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed two releases of hg-git to PyPI and Heptapod, a bugfix release and a new feature release: https://pypi.org/project/hg-git/1.0.4 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.0.4 https://pypi.org/project/hg-git/1.1.0 https://foss.heptapod.net/mercurial/hg-git/-/release

hg-git 1.0.2 & 1.1.0b1 released

2023-11-08 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed two releases of hg-git to PyPI and Heptapod, a bugfix release and a preview release: https://pypi.org/project/hg-git/1.0.3 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.0.3 https://pypi.org/project/hg-git/1.1.0b1 https://foss.heptapod.net/mercurial/hg-git/-/releases/

hg-git 1.0.2 released

2023-03-06 Thread Dan Villiom Podlaski Christiansen
Hi, I've pushed a bugfix release of the 1.0 series to PyPI and Heptapod: https://pypi.org/project/hg-git/1.0.2 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.0.2 hg-git 1.0.2 (2023-03-03) = This is a minor release, focusing on bugs and compatibility. * Fix ``-

Re: Error cloning a Mercurial repo from the web, caused by hg-git

2022-12-05 Thread Dan Villiom Podlaski Christiansen
, in shared >if self.sharedpath != self.path: > AttributeError: 'statichttprepository' object has no attribute 'sharedpath' > ``` > > Then I cloned the original repo from its local path and it worked fine. > > Then I removed the hg-git extension from Mercurial's global config file, > and `hg clone URL` worked fine. > > Any clue? > > Thank you. > > > -- > Marcos Cruz > http://programandala.net > ___ > Mercurial mailing list > Mercurial@lists.mercurial-scm.org > https://lists.mercurial-scm.org/mailman/listinfo/mercurial -- Dan Villiom Podlaski Christiansen dan...@gmail.com — +45 2728 9771 ___ Mercurial mailing list Mercurial@lists.mercurial-scm.org https://lists.mercurial-scm.org/mailman/listinfo/mercurial

Re: graft/rebase without changing the hash

2022-11-26 Thread Dan Villiom Podlaski Christiansen
clarify: hg-git will currently export _all_ changesets whenever it feels the need, and there is no support for partial exports. I’ve been toying around with fixing that but haven’t merged a fix, yet. Part of the reason is that I wasn’t sure whether it was a good idea… - Dan > -- Dan Villiom Po

hg-git 1.0.1 released​

2022-11-04 Thread Dan Villiom Podlaski Christiansen
Hi, I've just pushed a bugfix release of the 1.0 series to PyPI and Heptapod: https://pypi.org/project/hg-git/1.0.1 https://foss.heptapod.net/mercurial/hg-git/-/releases/1.0.1 hg-git 1.0.1 (2022-11-04) = This is a minor release, focusing on bugs and compatibility. * Ig