On Fri, Mar 20, 2015 at 2:28 PM, Abilio Marques <abili...@gmail.com> wrote:

>
> So including that patch right now seems really important. But I have a mix
> between the patch and the unfinished (and also untested).
>
> Until yesterday, what did I do?
>
> fossil stash snapshot
> go to the editor, find the lines that I want to remove (all the ones from
> the new feature), remove them.
> test
> commit
> fossil stash pop
>

Since your patch is a smaller amount of code, what I might do is:

    fossil stash save                          # files will be
automatically reverted
    fossil stash gdiff  fileWithPatch.c   # find line(s) with patch and
apply to working copy
    build
    # test
    fossil ci -m 'Fix memory leak'

Same end result with less work.
_______________________________________________
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