[fossil-users] How to reverse a committed changeset in Fossil?

2012-07-13 Thread Konstantin Khomoutov
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

Re: [fossil-users] How to reverse a committed changeset in Fossil?

2012-07-13 Thread Richard Hipp
On Fri, Jul 13, 2012 at 6:25 AM, Konstantin Khomoutov flatw...@users.sourceforge.net 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

Re: [fossil-users] How to reverse a committed changeset in Fossil?

2012-07-13 Thread Konstantin Khomoutov
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