Kurt Stephens | 7 May 17:38

Cannot run pull: repository is unrelated?

 > sh pull
pulling from http://fig.org/ocean/hg.cgi
searching for changes
no changes found
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
pulling from http://fig.org/ocean/mq.cgi
searching for changes
abort: repository is unrelated

What's going on here?

I have some fixes to libid I'd like to contribute.

Kurt Stephens
http://kurtstephens.com

Michael FIG | 7 May 20:20

Re: Cannot run pull: repository is unrelated?

Hi,

Kurt Stephens <ks@...> writes:

> pulling from http://fig.org/ocean/mq.cgi
> searching for changes
> abort: repository is unrelated
>
> What's going on here?

> I have some fixes to libid I'd like to contribute.

Did you use Mercurial Queues to create your changes?  If so, you're
probably the first person to test this, and it may cause problems. :(

If not, could you let me know the exact list of "hg" commands you ran
since "hg clone http://fig.org/ocean/hg.cgi"?  I'll try them out here
and diagnose what the problem is.

Sorry for any inconvenience,

--

-- 
Michael FIG <michael@...> //\
   http://michael.fig.org/    \//

Kurt Stephens | 8 May 00:35

Re: Cannot run pull: repository is unrelated?

Michael FIG wrote:
> Hi,
> 
> Kurt Stephens <ks@...> writes:
> 
>> pulling from http://fig.org/ocean/mq.cgi
>> searching for changes
>> abort: repository is unrelated
>>
>> What's going on here?
> 
>> I have some fixes to libid I'd like to contribute.
> 
> Did you use Mercurial Queues to create your changes?  If so, you're
> probably the first person to test this, and it may cause problems. :(
> 
> If not, could you let me know the exact list of "hg" commands you ran
> since "hg clone http://fig.org/ocean/hg.cgi"?  I'll try them out here
> and diagnose what the problem is.
> 
Unfortunately I dont remember how I instantiated my repo, but I did need
to enable MQ in:

 > cat ~/.hgrc
[extensions]
hgext.mq =

I may have configured it *after* I pulled the repo down.

I dont have any changes in there yet, so if you want me to start from
(Continue reading)

Michael FIG | 8 May 03:13

Re: Cannot run pull: repository is unrelated?

Hi,

Kurt Stephens <ks@...> writes:

> I dont have any changes in there yet, so if you want me to start from
> scratch, s'ok by me.

That's probably easiest.

> I'm a hg newbie, sorry if I don't understand how this works.  Revision
> management systems are proliferating faster than I use them. :)

Understandable.  I'm from the era when CVS was a huge leap forward in
technology. :)

--

-- 
Michael FIG <michael@...> //\
   http://michael.fig.org/    \//


Gmane