[darcs-users] remote repository status

David Roundy droundy at darcs.net
Tue Jan 9 22:42:06 UTC 2007


On Tue, Jan 09, 2007 at 09:33:13AM +0200, Pekka Pessi wrote:
> On 1/8/07, Pietro Abate <Pietro.Abate at anu.edu.au> 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



More information about the darcs-users mailing list