Hi, > One suggestion was to make a procedural model out of > the commit graph and allow something like this: > > b :- pick(B) > x :- merge(pick(A), b) > y :- merge(pick(C), b) > z :- merge(x, y) Nice idea. But imho too hard for casual users. Someone who has to learn a new language won't use the tool. > My second and semi-equivallent suggestion was to > allow a lisp-like notation: > > (merge (merge (pick A) > (pick B) > (merge (pick B) > (pick C) You forgot some right parenthesis here ;-) ...which shows, that it is also not easy enough for users. Or is it intentional? :) Stephan -- Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html