On Tue, Jan 09, 2007 at 09:33:13AM +0200, Pekka Pessi wrote: > On 1/8/07, Pietro Abate <[EMAIL PROTECTED]> wrote: > >The problem is that I want to know at any time which patches are in the > >local repo, but not in the remote repository and viceversa. My friend > >told me that this is a svn functionality. How can I query the remote > >repo in a single command to know its status ? > > Command to find out which patches are in remote but not in local: > darcs pull --dry-run > > Command to find out which patches are in local but not in remote: > darcs push --dry-run
Or darcs changes http://darcs.net the caveat being that you need to do this in a repository directory, because of a bug in darcs' error checking. -- David Roundy Department of Physics Oregon State University _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
