Strip aborts: no node!

Benoit Boissinot bboissin at gmail.com
Sat Nov 1 04:44:21 CDT 2008


On Sat, Nov 1, 2008 at 4:40 AM, Andrei Vermel <avermel at mail.ru> wrote:
>
> U:\temp\qqq>hg strip 1
> 2
> saving bundle to U:\temp\qqq\.hg\strip-backup\7b8563de98ec-backup
> saving bundle to U:\temp\qqq\.hg\strip-backup\7b8563de98ec-temp
> adding branch
> abort: 00changelog.i at a0179fe976c6: no node!

Works for me with crew tip:
+ hg init foo
+ cd foo
+ echo qqq
+ hg add
adding qqq.txt
+ hg ci -m 1
+ echo www
+ hg ci -m 2
+ hg co -r -2
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ echo eee
+ hg ci -m 3
created new head
+ hg strip 1
saving bundle to /tmp/test/foo/.hg/strip-backup/e910adc4f7eb-backup
saving bundle to /tmp/test/foo/.hg/strip-backup/e910adc4f7eb-temp
adding branch
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files

Maybe you can try  making things more deterministic by using a fixed
user (--user)
and a fixed commit date (--date "1 0").

regards,

Benoit


More information about the Mercurial-devel mailing list