[issue841] qnew status succeeds, but doesn't behave properly

David Frey mercurial-bugs at selenic.com
Thu Nov 22 16:00:22 CST 2007


New submission from David Frey <dpfrey at shaw.ca>:

To reproduce:

mkdir test
cd test
hg init
hg qinit -c
hg qnew status
echo "foo" > foo.txt
hg add foo.txt
hg qref
hg qpop
hg qpush

At this point, foo.txt is not in the working directory and the status "patch"
contains a checksum, not the correct contents, so the work done on the patch is
lost.

----------
messages: 4356
nosy: dfrey
priority: bug
status: unread
title: qnew status succeeds, but doesn't behave properly

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



More information about the Mercurial-devel mailing list