darcs

Issue 1261 darcs show deps command

Title darcs show deps command
Priority wishlist Status duplicate
Milestone Resolved in
Superseder darcs show dependencies
View: 927
Nosy List darcs-devel, dmitry.kurochkin, greenrd, kowey, thorkilnaur, twb, vmiklos
Assigned To
Topics

Created on 2008-12-09.09:59:59 by kowey, last changed 2009-08-27.14:29:36 by admin.

Messages
msg6802 (view) Author: kowey Date: 2008-12-09.09:59:55
I don't know if this is a genuinely useful thing to have, or if it should just
be something for the library.

But maybe it would be good to have a darcs show deps command, which outputs a
graph representing patch dependencies (minimal context!) for a given set of
patches, defined by matchers.  The graph could be written in some "standard"
language like Graphviz's dot notation, as suggested by Trent.

I'm adding Ian because of his camp-view tool.
msg6819 (view) Author: vmiklos Date: 2008-12-10.16:51:16
I think this would be really nice.

Here is a use case:

1) Alice writes 'A' to 'file'.
2) Bob gets the repo.
3) Alice changes 'A' to 'B'.
4) Bob changes 'A' to 'C'
5) Bob pulls and resolves the 'B vs C' conflict by writing 'D'.

Now Bob has 4 patches, like:

  B---D
 /   /
A---C

So A depends on nothing, B depends on A, C depends on A, D depends on B and C.

In case darcs show deps could show this info, that would be really nice.
msg8353 (view) Author: kowey Date: 2009-08-22.12:54:38
This is a duplicate of issue927.  I've added all nosy users to that bug.
History
Date User Action Args
2008-12-09 09:59:59koweycreate
2008-12-10 16:51:19vmiklossetstatus: unread -> unknown
nosy: + vmiklos
messages: + msg6819
2009-02-02 16:32:35greenrdsetnosy: + greenrd
2009-08-07 15:52:31koweysetnosy: kowey, vmiklos, igloo, simon, twb, thorkilnaur, dmitry.kurochkin, greenrd
superseder: + minimal context function
2009-08-22 12:54:40koweysetstatus: unknown -> duplicate
nosy: kowey, vmiklos, igloo, simon, twb, thorkilnaur, dmitry.kurochkin, greenrd
superseder: + darcs show dependencies, - minimal context function
messages: + msg8353
2009-08-25 17:18:47adminsetnosy: + darcs-devel, - igloo
2009-08-25 17:35:58adminsetnosy: - simon
2009-08-27 14:29:36adminsetnosy: kowey, vmiklos, darcs-devel, twb, thorkilnaur, dmitry.kurochkin, greenrd