I have a file foo.py with some history. I want to rename it bar.py but see the history with "hg log".
I tried "hg rename". It does not seem to maintain the history.
FYI. I only browsed the man page.
Thanks in advance!
Thanks for the answer.
As an addendum, if foo.py is 500 KB, will a rename increase the size of the repository by at least 500 KB? Is there any way where it can not do this and simply store a name mapping?