Re: [myhdl-list] MEP-108 Bundle
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2012-05-30 14:46:16
|
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 -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com |