Folks, I need some pointer on what to put in DiffScmResult which has 3 internal properties
private List changedFiles;
private Map differences;
private String patch;
Having trouble to understand what to put in 'differences'?
>From what I see, we should able to derive 'patch' from 'changedFiles' and
'differences' right?
-Dan
