Re: [myhdl-list] MEP-108 Bundle
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-05-31 01:07:47
|
On 5/30/12 9:45 AM, Jan Decaluwe wrote: > On 05/30/2012 04:25 AM, Christopher Felton wrote: >> Attached is the MEP-108 patch. This patch is to add support for the conversion of top-level methods. > > When I do > > hg in mep_108.hg > > I get: > > comparing with /home/jand/mep_108.hg > abort: 00changelog.i@d61bf91023b7: unknown parent! > > Probably this means that the bundle was created against some > other repo of yours with changesets not in the public repo. > In that case, I think the solution is to list the public > repo explicitly when creating the bundle: > > hg bundle mep_108.hg http://hg.myhdl.org/myhdl > > The goals is to bundle all changesets not in the public repo. > > Reviewing bundle contents is a little inconvenient but can > be done within a fresh clone of the public repo: > > http://myhdl.org/doku.php/dev:patches#reviewing_bundle_content > > > It should have the correct parent now. Clone a fresh from the public and reviewed in hg in. Should work this time. Thanks, Chris |