Re: [Numpy-discussion] DVCS at PyCon

2009-04-13 Thread Martin Geisler
David Cournapeau writes: > On Mon, Apr 13, 2009 at 6:22 PM, Martin Geisler wrote: > >>  hg diff -r F -r tip >> >> where 'tip' is a built-in name that always point to the newest >> revision in a repository. If you have a bookmark named 'numpy-1.2.

Re: [Numpy-discussion] DVCS at PyCon

2009-04-13 Thread Martin Geisler
David Cournapeau writes: Hi David x 2 :-) I've put the David Soria on Cc since he wrote the bookmarks extension, maybe he can give additional information. The thread can be found here: http://thread.gmane.org/gmane.comp.python.numeric.general/29117 > Martin Geisl

Re: [Numpy-discussion] DVCS at PyCon

2009-04-13 Thread Martin Geisler
The bookmarks extension for Mercurial is inspired by this and lets you attach local names to heads in the graph. > I don't know if mercurial has improved in this lately, but at least > for me, that's a major problem with mercurial. There has been no improvement lately since

Re: [Numpy-discussion] DVCS at PyCon

2009-04-13 Thread Martin Geisler
Stéfan van der Walt writes: > Hi Martin > > 2009/4/13 Martin Geisler : >> In Mercurial it creates a *named >> branch*, which are imbedded in the history and are used for long-term >> development branches. Names of Git branches are not recorded in the >> history a

Re: [Numpy-discussion] DVCS at PyCon

2009-04-12 Thread Martin Geisler
ntain some-rev and all ancestor revisions -- but no other heads. You can merge such splitted clones again by pulling in changesets from another clone. -- Martin Geisler VIFF (Virtual Ideal Functionality Framework) brings easy and efficient SMPC (Secure Multiparty Computation) to Python. See: http://vi