On Fri, 13 Jul 2012 06:26:21 -0700
Richard Hipp <d...@sqlite.org> 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

Thanks!  The way "merge --backout REV" reads makes sense to me now that
I know about it.
_______________________________________________
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