[issue1517] hg import/qimport and mq does not correctly handle symlinks (rename/deletion)

Matt Mackall mercurial-bugs at selenic.com
Wed Feb 18 14:57:37 CST 2009


New submission from Matt Mackall <mpm at selenic.com>:

Separating from issue1438

Minimal test script:

#!/bin/sh

rm -rf a
hg init a
cd a

ln -s a link
hg ci -Am0
ln -sf b link
hg ci -m1
hg export tip > change.patch
hg co -C 0
hg import change.patch

----------
messages: 8663
nosy: TedPavlic, brendan, mpm, pmezard, tonfa
priority: bug
status: unread
title: hg import/qimport and mq does not correctly handle symlinks (rename/deletion)

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



More information about the Mercurial-devel mailing list