On Fri, Jul 13, 2012 at 6:25 AM, Konstantin Khomoutov < [email protected]> wrote:
> 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 merge --backout B # test the merge fossil commit > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

