Mercurial 1.2 out with translations, a pure Python implementation, and more (selenic.com) 31 points by gecko 17y ago ↗ HN
[–] etal 17y ago ↗ It looks like the pure-Python fallback implementations were a big deal for the (nearly resurrected) Jython project, in particular:http://fwierzbicki.blogspot.com/2009/02/progress-with-mercur...
[–] mronge 17y ago ↗ I was hoping that the bookmarks extension would be fixed to allow true, local, lightweight branching. Looks like I have to wait for a future fix.The problem with bookmarks now is you can't selectively push from a bookmark (ie: only push the changes from one bookmark and not the others) [–] mcella 17y ago ↗ me too [–] gecko 17y ago ↗ hg push -r bookmarkname does exactly what you want.
[–] thorax 17y ago ↗ I'm a huge fan of the pure Python piece-- it allows us to integrate it much more easily with our cross-platform Python embeds.
5 comments
[ 3.3 ms ] story [ 24.0 ms ] threadhttp://fwierzbicki.blogspot.com/2009/02/progress-with-mercur...
The problem with bookmarks now is you can't selectively push from a bookmark (ie: only push the changes from one bookmark and not the others)