[darcs-devel] [issue1401] bug in get_extra commuting patches:

Aaron Kaplan bugs at darcs.net
Sun Mar 22 23:03:17 UTC 2009


New submission from Aaron Kaplan <dk59gjhnd at aaronkaplan.info>:

The following script results in the error message "darcs: bug in get_extra
commuting patches:".  This is the bug I mentioned in
http://lists.osuosl.org/pipermail/darcs-users/2009-March/018548.html

The setup is very similar to the one in Issue1327, but the error message is
different.


mkdir repo1
cd repo1
darcs init
echo fileA version 1 > fileA
echo fileB version 1 > fileB
darcs add fileA fileB
darcs record --author foo at bar --ignore-times --all -m "Add fileA and fileB"
echo fileA version 2 > fileA
darcs record --author foo at bar --ignore-times --all -m "Modify fileA"
cd ..
darcs get repo1 repo2
cd repo2
darcs obliterate -p "Modify fileA" --all
darcs unrecord -p "Add fileA and fileB" --all
darcs record --author foo at bar --ignore-times --all fileA -m "Add just fileA"
darcs revert --all
darcs pull --all
echo y | darcs obliterate --dont-prompt-for-dependencies -p "Add fileA and fileB"
darcs pull

----------
messages: 7492
nosy: Aaron, dmitry.kurochkin, kowey, simon, thorkilnaur
status: unread
title: bug in get_extra commuting patches:

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue1401>
__________________________________


More information about the darcs-devel mailing list