On Dec 15, 2008, at 09:02, Florent Becker wrote: > [...] This would pack all the > patches which are under a tag, since they are less susceptible to be > cherry-picked. It would probably be run when using darcs tag. >
What happens when a patch is listed under more than one tag? I would think that the patch just appears in multiple packs.... For example: repo a: darcs tag -m'Tpre' repo a: darcs rec -m'multi' repo b: darcs get a b repo b: darcs tag -m'T1' repo b: darcs push a repo c: darcs get a c repo c: darcs tag -m'T2' repo c: darcs push a repo a: darcs cha --rev lists: Tpre, multi, T1, T2 where T1 & T2 include both Tpre and multi. Does this make sense? Regards, Ben Coburn _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
