← Back to team overview

fenics team mailing list archive

Re: Sieve

 

On Fri, Jun 09, 2006 at 01:43:27PM -0500, Matthew Knepley wrote:
> On 6/9/06, Anders Logg <logg@xxxxxxxxx> wrote:
> 
>     Cool. How's Mercurial working out so far? Have you had any problems
>     with it?
> 
>     /Anders
> 
> 
> I like it. Its not as nice as BK, but workable. The problems are almost all
> related to lack of bundling of operations. For instance, I always have to
> do:
> 
>   hg pull
>   hg update -m
>   hg commit
> 
> instead of the BK model where it all happens correctly in sequence.
> 
>    Matt

I often end up with

    hg commit
    hg push default
    Aargh, someone beat me to it so I need to pull
    hg undo
    hg pull
    hg update
    Aargh, forgot -m
    hg update -m
    hg commit
    hg push default

:-)

/Anders



Follow ups

References