I'd like to be able to say:
> darcs apply foo.dpatch
... reviewing
> darcs push --bundle foo.dpatch
the expected behaviour would be to push all patches in the dpatch that
are applied in the current behaviour.
darcs should list patches that are *not* pushed, since I may be suprised
that
a) a patch is already in the remote repo or
b) that I didn't chose to apply all the patches in my local
repository, so I can't push them
|