[fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
fossil in question: This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC following sequence of commands locks newly created repository -- mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil -- after this

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
sorry, missformatted command sequence text mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil On 07/19/2015 10:42 AM, Alexey V Gorshkov wrote: fossil in question: This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
On 07/19/2015 05:51 PM, Joerg Sonnenberger wrote: On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: sorry, missformatted command sequence text mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil Assuming this is fossil

Re: [fossil-users] Any interest in testing/merging check-in-edit branch?

2015-07-19 Thread Sergei Gavrikov
On Sat, 18 Jul 2015, Andy Bradford wrote: Thus said Sergei Gavrikov on Sat, 18 Jul 2015 12:10:42 +0300: However, with a forest the options Fossil CLI increasingly resembles Git CLI :-) Perhaps then, ``amend'' should only have short options where ``commit'' has short options? I think

Re: [fossil-users] Any interest in testing/merging check-in-edit branch?

2015-07-19 Thread Sergei Gavrikov
On Sat, 18 Jul 2015, Scott Robison wrote: Still on phone. Instead of -euser how about -author? Instinctively seems less clumsy but it's just a knee-jerk reaction to -euser which seems both long and short simultaneously. :) +1 I would vote for `-author' or for any not abbreviated word(s).

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Joerg Sonnenberger
On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: sorry, missformatted command sequence text mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil Assuming this is fossil open ../test.fossil; fossil pull