Re: [fossil-users] Adding 'undo' support to the 'clean' command...

2015-07-14 Thread Joe Mistachkin
I considered that out-of-scope for this feature. You can always use --force to avoid those prompts. Sent from my iPhone > On Jul 14, 2015, at 1:13 AM, Jan Nijtmans wrote: > > 2015-07-10 12:04 GMT+02:00 Jan Nijtmans : >>$ ./fossil clean >>WARNING: Deletion of this file will not be undo

Re: [fossil-users] Adding 'undo' support to the 'clean' command...

2015-07-14 Thread Jan Nijtmans
2015-07-10 12:04 GMT+02:00 Jan Nijtmans : > $ ./fossil clean > WARNING: Deletion of this file will not be undoable via the 'undo' > command because the file is too big. > Remove unmanaged file "abc.x" (a=all/y/N)? y > > Yes, that's exactly how I expect it to work. > > Thank

Re: [fossil-users] Adding 'undo' support to the 'clean' command...

2015-07-10 Thread Jan Nijtmans
2015-06-29 18:40 GMT+02:00 Joe Mistachkin: > I've come up with an alternative implementation of this feature that I think > is a bit simpler (see the "enhancedUndo" branch). It avoids making changes > to anything that is unrelated to the goal at hand. I would really > appreciate > feedback. Well

[fossil-users] Adding 'undo' support to the 'clean' command...

2015-06-29 Thread Joe Mistachkin
I've come up with an alternative implementation of this feature that I think is a bit simpler (see the "enhancedUndo" branch). It avoids making changes to anything that is unrelated to the goal at hand. I would really appreciate feedback. Also, regardless of which implementation is eventually u