"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
(1) I don't want to see merge turds. The commit bot should be
diffing
against the parent of the commit, not against the previous revision.
They're typically different in the case of merges.
I guess I still don't understand what you're trying to accomplish: A
merge commit has *two* parents.
We could get the output of the other parent for a merge revision REV
like this:
hg diff -r`hg log -rREV --template '{parents}\n' | cut -d ' ' -f 2 | cut
-d : -f 2` -rREV
Is this what you want?
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches