I have two pieces of code, code1.R and code2.R. I've already reviewed code1.R, it's been in production for several months and it works well.
When I review code2.R, I'd like to diff it against code1.R.
Is there a simple way to do this in Crucible?
I have decided to use a different tool.
Notepad++ has a "Compare" plug in available from its website, and this is sufficient for my purposes.
In case you would like to review difference between arbitrary commits, you can create a patch using proper SCM command (git diff etc) and next upload the patch to the review (edit review > add content > upload patch).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.