* [Mon, Mar 26, 2012 at 02:24:55PM +0100] John Lato:
For what I had in mind, the unapplied patches wouldn't need any management. If the hacks work out, then "darcs record" would automatically Do The Right Thing. To abandon any changes and apply the "unapplied" patches, just do a "darcs revert". At least for my workflow, I'd never want to use unapply to work on multiple changes in the same repo.
If I have understood it correctly, this workflow could be implemented by using `rollback' for creating a reverse patch then `unrecord' for removing it from the repo but not from the working copy.
Something like: darcs rollback -a -p mypatch -m ROLLBACK darcs unrecord -a -p ROLLBACK Ciao, Gian Piero. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
