Re: [fossil-users] We strongly feel that the code and issue tracker...

2016-02-11 Thread Ross Berteig
On 2/11/2016 5:16 PM, Stephan Beal wrote: On Thu, Feb 11, 2016 at 11:08 PM, bch mailto:brad.har...@gmail.com>> wrote: https://github.com/eslint/eslint/issues/5205 They want... Requirements * Must host the repo along with the related tools Not fossil alone. But Chiselapp could be

Re: [fossil-users] We strongly feel that the code and issue tracker...

2016-02-11 Thread Stephan Beal
On Thu, Feb 11, 2016 at 11:08 PM, bch wrote: > https://github.com/eslint/eslint/issues/5205 > > I can't speak to whether fossil is suitable for everything they might > need, but interesting to hear that they're looking for something we > They want... Requirements - Must host the repo along

[fossil-users] We strongly feel that the code and issue tracker...

2016-02-11 Thread bch
https://github.com/eslint/eslint/issues/5205 I can't speak to whether fossil is suitable for everything they might need, but interesting to hear that they're looking for something we fossil users (may) take for granted. In case you weren't aware, not everybody gets to enjoy a fully-integrated, cro

Re: [fossil-users] ./src/delta.c:231: checksum: Assertion failed

2016-02-11 Thread Ross Berteig
On 2/11/2016 10:06 AM, Ross Berteig wrote: What does fossil revert do in this circumstance? It says: REVERT f1 DELETE f1new "fossil undo" is available to undo changes to the working checkout. and has now forgotten the pending rename. I think that fossil stash save *should* do the sam

Re: [fossil-users] ./src/delta.c:231: checksum: Assertion failed

2016-02-11 Thread Ross Berteig
On 2/10/2016 10:41 PM, Andy Bradford wrote: Thus said Ross Berteig on Wed, 10 Feb 2016 15:48:40 -0800: which as expected renamed the file in the repository but not on the disk. It then says fossil stash -m "B 2016-02-09" Did you mean: fossil stash save -m "B 2016-02-09" Yes,

Re: [fossil-users] ./src/delta.c:231: checksum: Assertion failed

2016-02-11 Thread Richard Hipp
On 2/10/16, Warren Young wrote: > On Feb 9, 2016, at 5:50 AM, Stephan Beal wrote: >> >> Can you post the configure/build options you used? > > Well, you kind of nailed it. I’ve reproduced the problem thusly: > > f set mv-rm-files 1 > f mv foo.c bar.c > f stash > I cannot seem to rep