Is there a way to reverse a committed changeset in Fossil? I mean, I have a timeline ...->A->B->C and would like to reverse a change introduced by B. This logically amounts to generating a patch B introduced then trying to reverse-apply it onto C (what would `patch -R ...` do). In Git, I would do this by `git revert B` and in Subversion by `svn merge -c B -M PATH`.
Is there something like this in Fossil? _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

