hg bundle date range

Lars Sunde laasunde at hotmail.com
Sat May 1 11:13:06 UTC 2021


<mailto:mercurial at mercurial-scm.org>

Hello,

We would like to synchronize two repositories that are not connected.

Using the mercurial bundle command works. However, this approach does not scale well, bundling time is long-ish, bundle contains all commit and bundle file is big (and growing).

hg bundle --all bundle1.hg


Using the following command is better both in terms of speed and bundle size.

hg bundle—base 4 bundle.hg

The drawback with using “—base 4” is the keeping track of specific revisions number. Does the bundle command provide an ability to specify date range to bundle? For example, bundle all commits in the last 30 days or all commits since 2021-02-30 to now?

Using Windows 10 and HG 4.9.1

kind regards, Lars

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial/attachments/20210501/26b5e1c3/attachment.html>


More information about the Mercurial mailing list