[issue2368] import misses changes on renamed symlinks

Wagner Bruna bugs at mercurial.selenic.com
Wed Sep 8 14:33:46 UTC 2010


New submission from Wagner Bruna <wagner.bruna+mercurial at gmail.com>:

Reported on http://bugs.debian.org/595679 as an mq issue. A simpler test,
with plain import:

hg init test
cd test
ln -s foo foo
hg add foo
hg ci -m 0

ls -l foo
# shows foo -> foo

hg mv foo bar
ln -sf bar bar

ls -l bar
# shows bar -> bar

hg diff --git > change
hg update --clean .
hg import change -m 1

ls -l bar
# shows bar -> foo

----------
messages: 13587
nosy: wbruna
priority: bug
status: unread
title: import misses changes on renamed symlinks
topic: mq, patch, symlinks

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


More information about the Mercurial-devel mailing list