Live data from Hacker News

Bzr is dying; Emacs needs to move

lists.gnu.org

1–10 of 317 posts

Re: Bzr is dying; Emacs needs to move

#4
post #3

For those wondering: Vim is currently on Mercurial @ Google Code [1] [1] http://www.vim.org/sources.php

And happily for git users, the git-hg plugin makes maintaining a git mirror of the vim hg repo very convenient:

https://github.com/cosmin/git-hg

Submitting patches upstream is also not a problem as Bram Moolenaar only accepts patch files on the dev mailing list.

Re: Bzr is dying; Emacs needs to move

#6
post #5

the most annoying thing about bzr in my opinion is it's stupid branching model. luckily a migration to git is a oneliner. git init ; bzr fast-export --plain | git fast-import

luckily a migration to git is a oneliner.

I wish. Unfortunately, not all repos we use are owned by us, and using two VCSs is worse than sticking with bzr.

Re: Bzr is dying; Emacs needs to move

#8
Oddly, both Bazaar, Git and Mercurial were created around March/April 2005. Why the sudden appearance of popular DVCSs around that time, and why did Bazaar fall behind the other two in popularity?

Re: Bzr is dying; Emacs needs to move

#9
post #8

Oddly, both Bazaar, Git and Mercurial were created around March/April 2005. Why the sudden appearance of popular DVCSs around that time, and why did Bazaar fall behind the other two in popularity?

git is used by a bigger project (the kernel), that's mainly why. they're all ok, otherwise, even with their technical differences.

github also contributed to amplify the adoption as its makes it really easy to use (even thus people generally use git in a non-distributed way with github)

(i do prefer git in usage, tho, but thats subjective i suppose)

Re: Bzr is dying; Emacs needs to move

#10
post #8

Oddly, both Bazaar, Git and Mercurial were created around March/April 2005. Why the sudden appearance of popular DVCSs around that time, and why did Bazaar fall behind the other two in popularity?

Canonical mismanagement, contributor license agreement, missing manpower.
Post reply on HN