On Oct 23, 2015, at 11:32 PM, Andy Bradford <amb-fos...@bradfords.org> wrote:
> 
> Thus said Warren Young on Fri, 23 Oct 2015 17:35:38 -0600:
> 
>> I don't see how to do it from the command line.
> 
> Have you tried ``fossil amend'' yet?

No.  My eyes slid right over that when looking for a suitable command.

I managed to pass the amendment with a 2/3 majority using the following command 
sequence:

   mkdir ~/bogus-branch
   cd ~/bogus-branch
   f open ~/museum/repo.fossil bogus-branch
   f stat
   f amend 146e8e638db2536ca83b271cf6efe12b6cc99b81 --close

The “stat” command was necessary because I needed to get the UUID of the tip of 
the bogus branch, which I couldn’t get from the UI.

Interestingly, after opening that bogus branch in a new checkout directory, I 
ended up with no files except for .fslckout.

Weird.
_______________________________________________
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