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.
|