Comment 2 for bug 477475

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 477475] [NEW] bzr revert can't delete parent directory because it should delete children first

John A Meinel пишет:
> Alexander Belchenko wrote:
>> Public bug reported:
>
>> bzr 2.0.2 on Windows. I did wrong merge then trying to revert. Revert
>> failed to remove newly added directories, because it should remove
>> entries in different order: children at first then parents.
>
>> C:\work\MyCode\xxx>:\work\MyCode\yyy\src\common\key_func.c --unco
>
> ^- something strange with your copy and paste here.

It was very long command-line and FAR shrink it this way. Read it as:

C:\work\MyCode\xxx>bzr merge C:\work\MyCode\yyy\src\common\key_func.c --unco

Sorry, I did not check it properly.