Re: [fossil-users] How to close an empty branch?

2015-10-26 Thread Warren Young
On Oct 23, 2015, at 11:32 PM, Andy Bradford 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

Re: [fossil-users] How to close an empty branch?

2015-10-26 Thread Warren Young
On Oct 24, 2015, at 6:57 AM, Richard Hipp wrote: > > On 10/23/15, Warren Young wrote: >> >> For some reason, that long history includes a branch that has no checkins, > > How is that even possible in Fossil? That’s why I mentioned the repo’s long and

Re: [fossil-users] How to close an empty branch?

2015-10-26 Thread Warren Young
On Oct 26, 2015, at 1:56 PM, Warren Young wrote: > > 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. Looking back on the terminal log, I see that I could have gotten the UUID from the

Re: [fossil-users] A branch that won't go away ...

2015-10-26 Thread Matt Welland
That was it. There was a very old branch that we missed. Thanks! On Oct 24, 2015 5:56 AM, "Richard Hipp" wrote: > On 10/23/15, Matt Welland wrote: > > We have a fossil with a branch that was closed over a year ago where the > > closed branch is showing

Re: [fossil-users] Error synchronizing private check-ins

2015-10-26 Thread Mikhail Kryshen
The error is still reproducible in current trunk [a6b999ce13]. Tokujo Echsula writes: > Here's an easy way to reproduce it: > > fossil new 1.fossil > fossil open 1.fossil > echo > a.file > fossil addremove > fossil commit -m "private" --private > fossil clone 1.fossil