Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-27 Thread Georg Brandl
Am 27.10.2010 09:25, schrieb anatoly techtonik: > On Tue, Oct 26, 2010 at 3:51 PM, Barry Warsaw wrote: >> On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: >> >>>On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: This looks more like "Add gitignore". Do we really want to check in ign

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-27 Thread Scott Dial
On 10/27/2010 3:25 AM, anatoly techtonik wrote: > On Tue, Oct 26, 2010 at 3:51 PM, Barry Warsaw wrote: >> On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: >> >>> On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: This looks more like "Add gitignore". Do we really want to check in ig

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-27 Thread anatoly techtonik
On Tue, Oct 26, 2010 at 3:51 PM, Barry Warsaw wrote: > On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: > >>On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: >>> This looks more like "Add gitignore".  Do we really want to check in >>> ignore files for every possible DVCS? >> >>No, but support

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Victor Stinner
Le mardi 26 octobre 2010 09:31:11, Georg Brandl a écrit : > Am 25.10.2010 19:37, schrieb victor.stinner: > > Author: victor.stinner > > Date: Mon Oct 25 19:37:18 2010 > > New Revision: 85838 > > > > Log: > > update gitignore > > > > Added: > >python/branches/py3k/.gitignore > > This looks mo

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Ned Deily
In article <20101026200234.5f8e8...@pitrou.net>, Antoine Pitrou wrote: > You could use own of the "official" mirrors at > http://code.python.org/hg/ The "official" hg mirrors work great: in my experience, faster than svn and simpler with all the useful history information retained from the ori

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Antoine Pitrou
On Tue, 26 Oct 2010 10:42:27 -0700 Ned Deily wrote: > In article <20101026085124.4c684...@mission>, > Barry Warsaw wrote: > > On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: > > >On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: > > >> This looks more like "Add gitignore".  Do we really w

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Ned Deily
In article <20101026085124.4c684...@mission>, Barry Warsaw wrote: > On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: > >On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: > >> This looks more like "Add gitignore".  Do we really want to check in > >> ignore files for every possible DVCS? > >

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Barry Warsaw
On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: >On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: >> This looks more like "Add gitignore".  Do we really want to check in >> ignore files for every possible DVCS? > >No, but supporting the current big four open source ones (svn, hg, >bzr, git)

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Nick Coghlan
On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl wrote: > This looks more like "Add gitignore".  Do we really want to check in > ignore files for every possible DVCS? No, but supporting the current big four open source ones (svn, hg, bzr, git) seems reasonable enough. Cheers, Nick. -- Nick Coghla

Re: [Python-Dev] r85838 - python/branches/py3k/.gitignore

2010-10-26 Thread Georg Brandl
Am 25.10.2010 19:37, schrieb victor.stinner: > Author: victor.stinner > Date: Mon Oct 25 19:37:18 2010 > New Revision: 85838 > > Log: > update gitignore > > Added: >python/branches/py3k/.gitignore This looks more like "Add gitignore". Do we really want to check in ignore files for every pos