This is close to what I'm looking for. Thank you.

-Nick


On Thu, Aug 16, 2012 at 7:36 AM, Konstantin Khomoutov <
flatw...@users.sourceforge.net> wrote:

> On Wed, 15 Aug 2012 22:13:38 -0400
> Simon Tremblay <stm...@hotmail.com> wrote:
>
> > On 8/15/12 12:21 PM, Nick Zalutskiy wrote:
> > 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?
> >
> > I'm not familiar enough with fossil to recommend you the best
> > solution for your problem.
> >
> > But, an uncommit feature is currently in the fossil to do list at:
> > http://www.fossil-scm.org/index.html/wiki?name=To+Do+List
> >
> > It has been added on 2012-08-07.
>
> I have recently asked about something like `git revert` and have been
> given an answer [1] that the way to back out a selected commit is to do
> $ fossil merge --backout <that_commit_sha1>
>
> I'm not sure you can easily do that "replying changes one at a time"
> after that.  You could, in theory, get the diff introduced by the
> reverted commit, save it to a file and then apply it hunk-by-hunk
> exercising your text editing skills and the `patch` program.
>
> 1.
> http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/9691
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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