octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failed to build package glib


From: Jordi Gutiérrez Hermoso
Subject: Re: Failed to build package glib
Date: Tue, 11 Jun 2013 12:55:23 -0400

On 11 June 2013 12:51, Michael Goffioul <address@hidden> wrote:
> Just pull and update your repo: hg pull -u

I recommend not getting in the habit of doing that without first
understanding that pull and update are two separate operations:

    hg pull    # Doesn't touch working directory
    hg update #Updates the working directory, merging files in the
working directory if necessary

Conceptually, I think it's important that hg pull and hg push are
almost perfectly symmetrical, but "hg pull -u" breaks that symmetry.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]