octave-maintainers
[Top][All Lists]
Advanced

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

RE: Quick mercurial question


From: Robinson, Melvin D
Subject: RE: Quick mercurial question
Date: Tue, 24 Jan 2012 15:02:23 +0000

________________________________________
From: Michael Goffioul address@hidden
Sent: Tuesday, January 24, 2012 8:45 AM
To: Robinson, Melvin D
Cc: octave maintainers mailing list
Subject: Re: Quick mercurial question

On Tue, Jan 24, 2012 at 2:30 PM, Robinson, Melvin D
<address@hidden> wrote:
> This should be enough to get the GUI branch:
>
> hg update gui
>
> Michael.
>
> I had tried that, but got this error:
> butterfly:octave melrobin$ hg update gui
> abort: crosses branches (merge branches or use --clean to discard changes)
>
> I don't know what this means.

This means you have local changes in your octave repository. You have
to discard your local changes (for instance using "hg revert") or use
"hg update --clean gui", which will also discard uncommited changes.

Michael.


Thanks Michael.  This fixed me up.


reply via email to

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