[darcs-users] Re: Feature request

Mark Stosberg mark at summersault.com
Sat Jan 15 14:37:18 UTC 2005


On 2005-01-15, Sebastian Sylvan <sebastian.sylvan at gmail.com> wrote:
> A simple feature would to implement is to encapsulate the following
> common pattern:
> 1. darcs pull 
> 2. darcs push 
>
> Into a single command, say "darcs sync".

I think that's a reasonable request.  The official way to file a wish request for
darcs is through the bug tracking system. This increases the chance that
a developer will find it later when they are looking for something to
work on:

 http://bugs.darcs.net/

Until it's implemented, a little shell script could help you:

    dsync

    #!/bin/sh
    darcs pull && darcs push


    Mark





More information about the darcs-users mailing list