Re: [fossil-users] Something like rollback

2012-08-16 Thread Nick Zalutskiy
This is close to what I'm looking for. Thank you. -Nick On Thu, Aug 16, 2012 at 7:36 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Wed, 15 Aug 2012 22:13:38 -0400 > Simon Tremblay wrote: > > > On 8/15/12 12:21 PM, Nick Zalutskiy wrote: > > Ideally I'd like to revert th

Re: [fossil-users] Something like rollback

2012-08-16 Thread Konstantin Khomoutov
On Wed, 15 Aug 2012 22:13:38 -0400 Simon Tremblay wrote: > On 8/15/12 12:21 PM, Nick Zalutskiy wrote: > Ideally I'd like to revert that commit somehow and do two smaller > commits thereafter. Since there is no rewriting history in fossil, I > assume that this would involve doing a new commit th

Re: [fossil-users] Something like rollback

2012-08-15 Thread Simon Tremblay
On 8/15/12 12:21 PM, Nick Zalutskiy wrote: Ideally I'd like to revert that commit somehow and do two smaller commits thereafter. Since there is no rewriting history in fossil, I assume that this would involve doing a new commit that is "the opposite" of the incorrect one, and then replying the c

Re: [fossil-users] Something like rollback

2012-08-15 Thread Michael L. Barrow
On 8/15/12 12:21 PM, Nick Zalutskiy wrote: Ideally I'd like to revert that commit somehow and do two smaller commits thereafter. Since there is no rewriting history in fossil, I assume that this would involve doing a new commit that is "the opposite" of the incorrect one, and then replying th

[fossil-users] Something like rollback

2012-08-15 Thread Nick Zalutskiy
My situation: * Working on a new feature. * Multiple files edited. * Notice a bug in another file, fix it. * Decide to commit just that file with the fix. * Type: fossil com -m "Small fix." [and crucially press enter by mistake before specifying the file name to commit] * ALL changes get committed