[issue660] impossible to add a foo/bar while foo is removed

Benoit Boissinot mercurial-bugs at selenic.com
Sun Jul 29 19:42:09 CDT 2007


New submission from Benoit Boissinot <bboissin at gmail.com>:

testcase:

hg init t
cd t
touch foo
hg ci -Amm
hg rm foo
mkdir foo
touch foo/bar
hg add foo/bar

Adding a test for self[file] != 'r' in _checkinterferences fixes it, we should
verify that it doesn't break anything (revert ?)

----------
assignedto: tonfa
messages: 3644
nosy: tonfa
priority: bug
status: unread
title: impossible to add a foo/bar while foo is removed

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



More information about the Mercurial-devel mailing list