Re: [python-committers] Mercurial upgrade

2011-07-05 Thread Antoine Pitrou
> My question, actually, is why to hurry using "generaldelta". We could > wait three more months until it is declared "official". Maybe Antoine > idea, that would make sense, is python.org being a tester to help to > actually test "generaldelta" to qualify for production. The prime motivation is

Re: [python-committers] Mercurial upgrade

2011-07-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/07/11 08:36, Georg Brandl wrote: > parentdelta was removed in favor of generaldelta... and you can't > really get *more* general :) > > But even if it was removed, you can always (using clone --pull > locally) create a clone that doesn't use tha

Re: [python-committers] Mercurial upgrade

2011-07-04 Thread Georg Brandl
Am 05.07.2011 04:08, schrieb Jesus Cea: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/07/11 21:01, Antoine Pitrou wrote: >> I've upgraded the Mercurial version on hg.python.org to 1.9. Also, >> I've enabled the experimental "generaldelta" repository feature on >> the server, which m

Re: [python-committers] Mercurial upgrade

2011-07-04 Thread Georg Brandl
Am 04.07.2011 23:03, schrieb Antoine Pitrou: > > Le lundi 04 juillet 2011 à 22:51 +0200, Dirkjan Ochtman a écrit : >> On Mon, Jul 4, 2011 at 21:01, Antoine Pitrou wrote: >> > I've upgraded the Mercurial version on hg.python.org to 1.9. >> > Also, I've enabled the experimental "generaldelta" repos

Re: [python-committers] Mercurial upgrade

2011-07-04 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/07/11 21:01, Antoine Pitrou wrote: > I've upgraded the Mercurial version on hg.python.org to 1.9. Also, > I've enabled the experimental "generaldelta" repository feature on > the server, which makes the repository smaller (down from ~350 MB to

Re: [python-committers] Mercurial upgrade

2011-07-04 Thread Antoine Pitrou
Le lundi 04 juillet 2011 à 22:51 +0200, Dirkjan Ochtman a écrit : > On Mon, Jul 4, 2011 at 21:01, Antoine Pitrou wrote: > > I've upgraded the Mercurial version on hg.python.org to 1.9. > > Also, I've enabled the experimental "generaldelta" repository feature on > > the server, which makes the rep

Re: [python-committers] Mercurial upgrade

2011-07-04 Thread Dirkjan Ochtman
On Mon, Jul 4, 2011 at 21:01, Antoine Pitrou wrote: > I've upgraded the Mercurial version on hg.python.org to 1.9. > Also, I've enabled the experimental "generaldelta" repository feature on > the server, which makes the repository smaller (down from ~350 MB to > ~190 MB), regardless of the client

[python-committers] Mercurial upgrade

2011-07-04 Thread Antoine Pitrou
Hello, I've upgraded the Mercurial version on hg.python.org to 1.9. Also, I've enabled the experimental "generaldelta" repository feature on the server, which makes the repository smaller (down from ~350 MB to ~190 MB), regardless of the client version. Sorry for any inconvenience. Regards Ant