On Fri, 2006-06-09 at 04:33 +0100, Paul Jakma wrote: > On Thu, 8 Jun 2006, Danek Duvall wrote: > > > Yup. I experimented with that today and found the same, so unless > > mercurial changes in this respect (which might be feasible, I dunno), > > we'll have to keep separate repos. > > Ouch, that could be annoying. How do you diff and cherry-pick sets of > patches between clones?
For diffing: hg outgoing -p dest-repo This will display one patch per changeset. If you need a single diff that expresses the sum of all changes, either clone into a temporary repository, or file a bug so we add this :-) For cherrypicking: hg export 333 | hg --cwd dest-repo import - <b _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org