[darcs-users] remote repository status

Pekka Pessi ppessi at gmail.com
Tue Jan 9 07:33:13 UTC 2007


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

-- 
Pekka.Pessi mail at nokia.com



More information about the darcs-users mailing list