Feature Request: Retrospective Patch
If you're still working on the "Browse Changes" functionality in Selena, is there any chance you could add the ability to create a retrospective patch based upon a selected change revision? I'm assuming (and this could be a big assumption) that if you can access each individual file's diff, that you can combine those into a patch file!
We usually apply bug fixes against multiple branches using patches and occasionally people forget to create a patch before committing the changes.
Please sign in to leave a comment.
On 2007-04-04 18:55:14 +0400, Simon Knott <no_reply@jetbrains.com> said:
That wouldn't be hard to implement. Please file a JIRA issue.
Done, IDEA-12232
This would probably be quite simple to implement, at least for SVN. "svn diff -c]]>" does exactly that.