How to display bundle contents ?

Benoit Boissinot bboissin at gmail.com
Wed Sep 10 13:31:30 CDT 2008


On Wed, Sep 10, 2008 at 8:20 PM, Vladimir Marek <Vladimir.Marek at sun.com> wrote:
>> hg init empty-repo
>> cd empty-repo
>> hg incoming -p bundle.hg | less
>
> Does not seem to be working for me.
>
> $ hg log
> $ /store/rcs/hg-incoming/hg incoming -p ../b95b1f74b308-backup
> comparing with ../b95b1f74b308-backup
> abort: 00changelog.i at 8eeaa62e6be6: unknown parent!

Yep, you need the proper parent.

You could hack some stuff in bundlerepo.py to display what you want
(it's going to be partial).

regards,

Benoit


More information about the Mercurial mailing list