I try to rename directory which includes largefile-normal mixed via hg rename <orig-dir> <dest-dir>, and results as this:
orig/foo.png(largefile) →dest/orig/foo.pngorig/bar.txt(normal) →dest/bar.txt
...
I'm annoyed by this behavior, I'd like to know how to resolve this problem.