On 6/17/06, Ben Clifford <[EMAIL PROTECTED]> wrote:
On Sat, 17 Jun 2006, Matthijs van der Vleuten wrote: > > I'm after a way of listing patch names that are in one but not both of two > > branches (so, for example, I can see what other developers have added to > > remote repository, and which of my local patches have not been put in the > > local repository). > > > > Is there such a thing? > I think 'darcs pull --dry-run [branch2]' is what you want. That will list patches that are in branch2 but not in local. But I don't think it will list branches that are in local that are not in branch2?
If you use push instead of pull darcs will do just that. Or, go to branch2 and do pull --dry-run local. _______________________________________________ darcs-users mailing list darcs-users@darcs.net http://www.abridgegame.org/mailman/listinfo/darcs-users