On Fri, Mar 11, 2011 at 2:01 PM, Twylite <[email protected]> wrote: > On 09:59 PM, [email protected] wrote: >> >> Another option that fossil offers is to move an unwanted commit away >> to a new different branch after the fact (that you'd typically name >> "mistake"), which provides the equivalent functionality of a rollback >> except for the fact that it is still visible in the history. > > That sounds really useful ... how do you do it?
Use the web interface to edit the commit, check "make this commit the start of a branch", and set the branch name. You also want to check the "leaf closure" box too since if it's a mistake commit that you're getting out of the way you probably don't want to commit anything else on that branch. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

