Comment 4 for bug 5158

Revision history for this message
luna (luna) wrote : renames shoulds be explicited after effective rename Re: rfc: don't treat missing files as deleted

I want to be able to do this :

$ bzr add myfile
$ bzr ci -m"myfile added"
$ cat myfile > mycopy
$ rm myfile
$ bzr mv myfile mycopy

or something similar
Now when I try to do it it says something not very intelligible about the file "myfile" not existing in the wotking tree.