Re: About bzr and... git.
James Henstridge <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
2009/4/21 Federico Di Gregorio <fog-NGVKUo/i/[email protected]>: > bzr seemed (to me, at least) a great distributed versioning system and > some time ago we switched to it. After that every other single project I > use/contribute switched to git. My company switched to git. To put it > simply, I have bzr installed on my laptop _only_ for psycopg > development. > > How bad would it be to switch psycopg to git too? My preference would be to stay with Bazaar, partly because it is the tool I'm using most, and partly because I think switching to a system that doesn't record renames in the history is a step backwards. Psycopg's history is probably simple enough not to run into problems, but it seems a shame to throw that information away. James.