Richard A. Smith wrote: > Whats the best plan if I want to take multiple patches and create a > single patch that has all of them combined. > > Say when I'm working on a changeset that involves several days of work > and perhaps a few different revisions. I want to commit all my daily > (or hourly) work in a working repo but when I'm done I'd like to push > out all those patches into my main repo as a single patch. > Be careful (use a temp repo of course) and unrecord the appropriate patches and record a new patch. Of course this loses all the patches' descriptions, but you could always glean it from 'darcs changes' or something. I'm not aware of a better way.
Elmo _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
