[issue2435] qfold errors for folding itself or something twice are poor

timeless bugs at mercurial.selenic.com
Wed Oct 13 06:53:30 UTC 2010


New submission from timeless <timeless at gmail.com>:

sh-3.2$ (HOME=/tmp; X="--config extensions.mq="; Y="--config ui.username=u";
cd $HOME; rm -rf fold-fold; hg init fold-fold; cd fold-fold; touch x; hg add
x; hg $Y $X qnew x; hg $X qfold x; touch y; hg add y; hg $Y $X qnew y; hg $X
qpop x; hg $X qfold y y)
Skipping already folded patch xabort: qfold cannot fold already applied patch x
popping y
now at: x
Skipping already folded patch yabort: No such file or directory:
/private/tmp/fold-fold/.hg/patches/y

----------
messages: 14012
nosy: timeless
priority: bug
status: unread
title: qfold errors for folding itself or something twice are poor

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


More information about the Mercurial-devel mailing list