[PATCH 0 of 5] RFC: Implement O(n + m) algorithm for findrenames()

Benoit Boissinot bboissin at gmail.com
Sun Mar 7 05:05:03 CST 2010


On Sun, Mar 7, 2010 at 5:12 AM, David Greenaway
<hg-dev at davidgreenaway.com> wrote:
>
> Hi all,
>
> I maintain a mercurial repository that tracks my company's local changes
> to the Linux sources. Attempting to upgrade from Linux 2.6.24 to the
> latest mainline, I tried the following:
>
>    hg update -C linux-2.6.24-mainline
>    rm -rf *
>    tar -xzvf ~/linux-2.6.33.tar.gz
>    hg addremove -s75
>

Please specify your hg version, 1.5 have some optimizations that 1.4.x
didn't have, if I recall correctly.

Cheers,

Benoit


More information about the Mercurial-devel mailing list