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 -- Pekka.Pessi mail at nokia.com _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
