Ticket Hash: | ad15a8e2af8c3162d6e80f45a5ef9ef2dc4e9844 | |||
Title: | Cannot commit a renamed file specifying files | |||
Status: | Fixed | Type: | Code_Defect | |
Severity: | Important | Priority: | ||
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2010-11-25 01:34:58 | |||
Version Found In: | b48f78964e | |||
Description: | ||||
After doing the operation:
$ fossil mv filea fileb
$ mv filea fileb
A status shows a rename for 'fileb'. Trying to run: $ fossil commit fileb shows: fossil: file 'fileb' has not changed So having other changes in the working directory, I don't know how could I commit only the rename. wolfgang added on 2010-10-01 10:27:35: fossil commit will work. anonymous added on 2010-10-01 19:10:28: anonymous added on 2010-11-24 13:54:17: The only way I can commit a rename/mv is by committing all the files which is not what I want to do. I have stuff pending that is not ready to be committed but the rename can be committed now. anonymous added on 2010-11-25 01:30:57: Thanks drh added on 2010-11-25 01:34:58: |