Converting a Repository, Starting at a Specific Revision
Mads Kiilerich
mads at kiilerich.com
Tue Dec 2 13:25:21 UTC 2014
On 12/02/2014 02:34 AM, Jensen, Aaron wrote:
>
> Thank you. My brain skipped the per-source sections of the “hg help
> convert” documentation because it assumed those sections were for
> non-Mercurial sources. Oops.
>
> The convert.hg.startrev configuration option is what I needed and is
> working beautifully. Here is my command:
>
> > hg --config extensions.convert= convert --filemap .\filemap .
> -Destination .\ModuleRepo --config convert.hg.startrev=abcdef123456
>
startrev was "deprecated" in http://selenic.com/hg/rev/e271970b9821 and
I would suggest using --config convert.hg.revs=abcdef123456:: instead.
/Mads
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20141202/ee3962ea/attachment-0002.html>
More information about the Mercurial
mailing list