Hi, The fossil mv command seems can't rename a directory. eg. `fossil mv --hard test test1` then `fossil status` will give `RENAMED test1`.
Suppose that there is a file `a/test`. `fossil mv --hard a b` then `fossil status` will give `MISSING a/test`. `fossil commit` will abort due to missing files. It seems that fossil didn't record that the files in the directory has been moved. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

