Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-24 Thread anatoly techtonik
On Fri, Mar 19, 2010 at 11:00 AM, Dirkjan Ochtman wrote: >> Having gotten that far, I think this might be worth referencing in new dev >> docs. > > Will do. I finally read hginit yesterday, after having seen people > rave about it on twitter for a few weeks, and it's a very friendly > introduction

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread Terry Reedy
On 3/19/2010 5:00 AM, Dirkjan Ochtman wrote: On Thu, Mar 18, 2010 at 22:38, Terry Reedy wrote: Having gotten that far, I think this might be worth referencing in new dev docs. Will do. I finally read hginit yesterday, after having seen people rave about it on twitter for a few weeks, and it's

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread skip
M> Is Python-dev going to consider shifting their repo to mercurial/git M> instead of SVN? :) Yes, Dirkjan has been working on it. My initial experience with hg as a quick way to revision control anything anywhere on a small scale ("hmmm, I should track changes to /etc/hosts... cd /etc ;

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread Oleg Broytman
On Fri, Mar 19, 2010 at 04:59:38PM +0500, M. Shuaib Khan wrote: > Is Python-dev going to consider shifting their repo to mercurial/git instead > of SVN? :) http://mail.python.org/pipermail/python-dev/2009-March/087931.html The decision was made about a year ago. http://www.python.org/dev/peps

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread M. Shuaib Khan
On Fri, Mar 19, 2010 at 4:52 PM, Nick Coghlan wrote: > Dirkjan Ochtman wrote: > > On Thu, Mar 18, 2010 at 22:38, Terry Reedy wrote: > >> Having gotten that far, I think this might be worth referencing in new > dev > >> docs. > > > > Will do. I finally read hginit yesterday, after having seen peo

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread Nick Coghlan
Dirkjan Ochtman wrote: > On Thu, Mar 18, 2010 at 22:38, Terry Reedy wrote: >> Having gotten that far, I think this might be worth referencing in new dev >> docs. > > Will do. I finally read hginit yesterday, after having seen people > rave about it on twitter for a few weeks, and it's a very frie

Re: [Python-Dev] Joel Spolsky on Mercurial

2010-03-19 Thread Dirkjan Ochtman
On Thu, Mar 18, 2010 at 22:38, Terry Reedy wrote: > Having gotten that far, I think this might be worth referencing in new dev > docs. Will do. I finally read hginit yesterday, after having seen people rave about it on twitter for a few weeks, and it's a very friendly introduction. Cheers, Dirk