Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Gervase Markham
On 20/02/13 16:06, Justin Lebar wrote: > The client bug that's fixed with the new version of hg is slowly and > irreversibly ruining our blame, so I don't think we should wait before > upgrading clients. The Mercurial download page: http://mercurial.selenic.com/downloads/ offers 2.5.1 for Mac and

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Pascal Chevrel
Le 21/02/2013 12:36, Gervase Markham a écrit : On 20/02/13 16:06, Justin Lebar wrote: The client bug that's fixed with the new version of hg is slowly and irreversibly ruining our blame, so I don't think we should wait before upgrading clients. The Mercurial download page: http://mercurial.sel

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Bob Clary
On 02/21/2013 03:36 AM, Gervase Markham wrote: The Mercurial download page: http://mercurial.selenic.com/downloads/ offers 2.5.1 for Mac and Windows, but no Linux packages. Can guidance be provided as to where to get such things for commonly-run versions of Linux? On Fedora 18 I just yum erase

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Justin Lebar
> Can guidance be > provided as to where to get such things for commonly-run versions of Linux? It's also easy to install hg using pip or easy_install. You can get either of these tools using your distro's package manager. (easy_install is usually called python-setuptools or something like that.)

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Gervase Markham
On 21/02/13 13:41, Justin Lebar wrote: > that.) I think pip is the preferred method these days. The magic incantation for me was: sudo pip install mercurial --upgrade This gave me version 2.5.1. Gerv ___ dev-platform mailing list dev-platform@lists.m

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Mike Habicher
On 13-02-21 08:41 AM, Justin Lebar wrote: Can guidance be provided as to where to get such things for commonly-run versions of Linux? It's also easy to install hg using pip or easy_install. You can get either of these tools using your distro's package manager. (easy_install is usually called py

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Mike Hommey
On Thu, Feb 21, 2013 at 10:21:09AM -0500, Mike Habicher wrote: > On 13-02-21 08:41 AM, Justin Lebar wrote: > >>Can guidance be > >>provided as to where to get such things for commonly-run versions of Linux? > >It's also easy to install hg using pip or easy_install. You can get > >either of these t

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Dave Hylands
Hey Mike, - Original Message - > From: "Mike Habicher" > To: dev-platform@lists.mozilla.org > Sent: Thursday, February 21, 2013 7:21:09 AM > Subject: Re: Please upgrade to at least Mercurial 2.5.1 > > On 13-02-21 08:41 AM, Justin Lebar wrote: > >> Can guidance be > >> provided as to wher

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Mike Habicher
Hi Dave, On 13-02-21 11:08 AM, Dave Hylands wrote: Hey Mike, I'm running 64-bit Linux Mint 14, which is based on Ubuntu 12.10. I did the following: sudo apt-get install python-setuptools python-dev build-essential sudo easy_install -U mercurial and it downloaded and installed 2.5.1 Thanks.

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Milan Sreckovic
This also worked on Ubuntu 12.04 LTS. Milan On 2013-02-21, at 11:08 AM, Dave Hylands wrote: > > I'm running 64-bit Linux Mint 14, which is based on Ubuntu 12.10. I did the > following: > > sudo apt-get install python-setuptools python-dev build-essential > sudo easy_install -U mercurial > >

Re: Running mousemove events from the refresh driver

2013-02-21 Thread Robert O'Callahan
On Wed, Feb 20, 2013 at 9:41 AM, Anthony Jones wrote: > We really have to choices: > A. Provide an API that allows applications to specify whether they are > type 1 or type 2. It could be implicitly done by including a mouse event > history array. > B. Automatically prevent flooding (as per roc's

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Jed Davis
On Thu, Feb 21, 2013 at 11:36:15AM +, Gervase Markham wrote: > The Mercurial download page: > http://mercurial.selenic.com/downloads/ > offers 2.5.1 for Mac and Windows, but no Linux packages. Can guidance be > provided as to where to get such things for commonly-run versions of Linux? Debian

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-21 Thread Gregory Szorc
This thread is reminding me why we have an in-tree system bootstrapper tool (/python/mozboot) to effortlessly configure an optimal development environment. If running that does not install what you need, please file a Core :: Build Config bug and consider contributing a patch to make it do what