Strip aborts: no node!

Patrick Mézard pmezard at gmail.com
Sat Nov 1 08:11:02 CDT 2008


Andrei Vermel a écrit :
>> Works for me with crew tip:
>>
>> Maybe you can try  making things more deterministic by using a fixed
>> user (--user)
>> and a fixed commit date (--date "1 0").
> 

I cannot reproduce either with crew-tip on Windows XP

"""
hg init t

cd t

echo qqq>qqq.txt

hg add
adding qqq.txt

hg ci -m 1 -u user -d "1 0"

echo www>>qqq.txt

hg ci -m 2 -u usr -d "1 0"

hg co -r -2
1 files updated, 0 files merged, 0 files removed, 0 files unresolved

echo eee>>qqq.txt

hg ci -m 3 -u user -d "1 0"
created new head

hg strip 1
saving bundle to C:\dev\mercurial\hg\t\.hg\strip-backup\a3d64a5662e1-backup
saving bundle to C:\dev\mercurial\hg\t\.hg\strip-backup\a3d64a5662e1-temp
adding branch
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
"""

--
Patrick Mézard


More information about the Mercurial-devel mailing list