My situation:

* Working on a new feature.
* Multiple files edited.
* Notice a bug in another file, fix it.
* Decide to commit just that file with the fix.
* Type: fossil com -m "Small fix." [and crucially press enter by mistake
before specifying the file name to commit]
* ALL changes get committed (and synced) under the commit message "Small
fix."

Ideally I'd like to revert that commit somehow and do two smaller commits
thereafter. Since there is no rewriting history in fossil, I assume that
this would involve doing a new commit that is "the opposite" of the
incorrect one, and then replying the changes one a time.

How would I do this?

-Nick
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to