Mark Triggs <[EMAIL PROTECTED]> writes: > I was thinking of modifying revdelta so that if you hit "d" on patch-n > it would give you a delta between patch-(n-1) and patch-n,
This is get-changeset + show-changeset, bound to '=' in that buffer. Please don't make a duplicate ... > and if you supply a prefix argument it would prompt you for the two > revisions to use If you implement this, it should just be the default behavior (without prefix arg). Another suggestion : if only one other revision is marked, use it. Otherwise, ask the user. > (or maybe just the "other" revision). Just the other would be sufficient, I think. Anyway, multiple revision marking is clearly needed, so, go on ! -- Matthieu
