On 7/14/17, Olivier R. <m...@grammalecte.net> wrote:
> Le 14/07/2017 à 12:21, Richard Hipp a écrit :
>> On 7/14/17, Olivier R. <m...@grammalecte.net> wrote:
>>> So what is the recipe to move a check-in to another branch?
>>
>> I (the original author of Fossil) always use web-based UI for this.
>> First run "fossil ui" to get the web interface going.  Then find the
>> check-in you want to move and click on its link to get to the "/info"
>> page.  There is an "Edit" option beside "Other Links:".  Click on the
>> Edit option.  On the /ci_edit page, there is a check box "Make this
>> check-in the start of a new branch named:".  Enter the name of the new
>> branch and click on the box and press "Apply Changes".
>
> Thanks for the answer.
>
> I’m afraid I haven’t been explicit enough.
>
> When I committed, I though I was in trunk, but I was in another branch.
> I want to move the check-in from this branch to trunk…
>

fossil update trunk
fossil merge --cherrypick $branch
... test
fossil commit

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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