[issue1329] mq loses file with rename on top of renamed file's old name in single patch

Daniel Holth mercurial-bugs at selenic.com
Tue Oct 7 13:51:54 CDT 2008


New submission from Daniel Holth <dholth at fastmail.fm>:

mkdir test
cd test
hg init
touch b.txt
touch c.txt
hg addremove -q
hg qnew -f one
hg qnew two
hg mv b.txt a.txt
hg mv c.txt b.txt
hg qrefresh
hg cat b.txt

b.txt: No such file in rev 9e2531b48081

----------
messages: 7329
nosy: dholth
priority: bug
status: unread
title: mq loses file with rename on top of renamed file's old name in single patch

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



More information about the Mercurial-devel mailing list