Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4764 > unrolled thread
| Started by | buck <workitharder@gmail.com> |
|---|---|
| First post | 2011-05-05 08:55 -0700 |
| Last post | 2011-05-05 08:55 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: [OT] From svn to something else? buck <workitharder@gmail.com> - 2011-05-05 08:55 -0700
| From | buck <workitharder@gmail.com> |
|---|---|
| Date | 2011-05-05 08:55 -0700 |
| Subject | Re: [OT] From svn to something else? |
| Message-ID | <mailman.1197.1304614826.9059.python-list@python.org> |
This is what made me choose Mercurial in my recent search. http://www.python.org/dev/peps/pep-0374/ There is a tremendous amount of detail there. In summary, hg and git are both very good, and essentially equal in features. The only salient difference is that hg is implemented in python, so they went with that. I did the same, and I'm quite happy. It's basically svn with the shiny new distributed features added.
Back to top | Article view | comp.lang.python
csiph-web