[issue1527] repeated addremove causes util.Abort

Markus F.X.J. Oberhumer mercurial-bugs at selenic.com
Sat Feb 28 16:21:12 UTC 2009


New submission from Markus F.X.J. Oberhumer <markus at oberhumer.com>:

This is what I get when running the commands below:

Mercurial Distributed SCM (version 1.1.2)
removing a
adding a.sh
adding b
adding hg_bug_x.sh
adding q1
recording removal of a as rename to b (100% similar)
removing b
adding c
abort: b at df6279d79892: not found in manifest!


how to reproduce:

hg version | head -1
hg init

echo a > a
hg add a
hg commit -m 1

mv a b
hg addremove -s80
mv b c
hg addremove -s80

----------
messages: 8706
nosy: mfx
priority: bug
status: unread
title: repeated addremove causes util.Abort

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1527>
____________________________________________________




More information about the Mercurial-devel mailing list