Comment 2 for bug 324312

Revision history for this message
Vincent Ladeuil (vila) wrote :

Basically you're renaming the file and I suppose you would like its history to be retained across this rename.
   bzr mv Readme.txt README.TXT
should just do that. You're not removing that file and adding a new one.

Can you confirm it address your problem ?