On Saturday 07 May 2005 23:20, Florian Weimer wrote:
> * Thomas Zander:
> > On Saturday 07 May 2005 19:26, Florian Weimer wrote:
> >> darcs is one of the few distributed revision control systems which
> >> provide a rather convenient way to show a diff between two branches.
> >>
> >> But the only way I know to do this is "darcs send", and it's a bit
> >> awkward to just pipe the difference in changes to a pager.  There's an
> >> additional drawback: "darcs send" does not flatten the changes, but
> >> shows the individual patches.  Is there some way to achieve the same
> >> thing, but with a flattened patch as output which contains all the
> >> changes between the two branches in a single patch?
> >
> > What about:
> > darcs diff --to-tag 'first public release'
>
> How would I do this if I've got two repository (branches)?

Ehm;  a normal diff?
diff -urx _darcs branch1 branch2 

-- 
Thomas Zander

Attachment: pgp17uXAkPha9.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to