[issue2434] qpop can destroy unknown files

Matt Mackall bugs at mercurial.selenic.com
Mon Oct 11 22:09:11 UTC 2010


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

>From issue233:

hg init a
echo a > a
hg ci -qAm0
hg rm a
hg qnew f

echo b > a
hg qpop

The final qpop clobbers file a, which was unknown.

----------
messages: 13983
nosy: mpm
priority: bug
status: unread
title: qpop can destroy unknown files

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


More information about the Mercurial-devel mailing list