[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with my repository
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Problem with my repository |
Date: |
Tue, 27 Aug 2013 17:04:38 -0400 |
On Wed, 2013-08-28 at 01:37 +0800, lyh.kernel wrote:
> Even I fix the URL in gnulib-hg/.hg/hgrc, the merge step fail as
> before.
Go into the gnulib-hg subrepo and do
hg pull http://hg.savannah.gnu.org/hgweb/octave/gnulib-hg/
Then go into the Octave superrepo and do
hg update --clean lyh ## This will delete any changes
hg merge @
The problem is that hg doesn't know where to get new changes for
gnulib-hg to do the merge, so just manually get the new changes
yourself.
- Jordi G. H.