Am 31.01.2011 16:33, schrieb Christophe de Vienne: > This is probably a stupid question, but doesn't SourceForge support > mercurial ? and if so why switch to git?
Git has a few advantages. It's easier to get rid of unwandted commits (e.g. we had a large video file in the bitbucket repository which probably cannot be removed without recreating the repository on bitbucket which would invalidate the forks), it's easier to "compose" commits, create small feature branches and to solve the "tangled workdir problem" (see http://tomayko.com/writings/the-thing-about-git), and most of all, it's also used by the Pylons project. We want to make cooperation with the Pylons team as easy as possible, so we should use the same tools. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
