On Tuesday 31 May 2005 20:47, Remko Troncon wrote:
> Hi,
>
> I've been using Darcs for a couple of weeks now, and i fell in love with
> it from the start.
>
> There are a couple of features i would really like to have in Darcs to
> make life easier for me:
> 1. A command to list the patches depending on a certain patch. Currently,
>    i have to pull the patch in a working copy, and see which patches it
>    pulls with it.

You currently can get that info from darcs, but its nowhere near readable.  
What I think we need in this case is a little front-end to present this 
stuff in a nice way.  I'm inclined to say some innovative GUI work is 
needed to do this in a user friendly manner.

> 2. A way to merge different patches into 1 patch. Currently, i unrecord
>    patches one by one, and then do a big record afterwards.
>    I realize this will give nasty effects when patches leave the
> repository, but i still would have massive use of this.

Same here;  I noted this feature earlier as a grouping of existing patches. 
Meaning a set of patches are grouped, but the individual patches still 
exist separately on disk sidestepping the problem you saw already.
Anyway; this is a good feature request;  could you check if its marked on 
the bugtracker as such? (follow darcs.net for the bugtracker)

> 3. A way to generate a unified diff of changes between 2 branches. I can
>    get a ChangeLog between 2 branches by doing 'push --dry-run', but i
> would like to get a unified diff as well.

Getting a unified diff can be done without darcs and just using diff 
(recursively).
You will then have loads of problems with file renames and moves being shown 
as way too much text, though.
Naturally a darcs diff -u --to-tag will do this best, and having all in one 
tree is also easiest.  But your milage may differ.

-- 
Thomas Zander

Attachment: pgpp9EcjZrmOm.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to