File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export default class SvnRevisionList extends Component {
69
69
console . log ( 'revisionSelected:' , revisionSelected . trim ( ) ) ;
70
70
diffSvn2Git . parse ( revisionSelected . trim ( ) ) . then ( ( patch ) => {
71
71
console . log ( 'Patch result: ' ) ;
72
+ console . log ( patch ) ;
72
73
73
74
const diff2HtmlConfig = { inputFormat : 'diff' ,
74
75
outputFormat : this . state . diffOutputFormat ,
@@ -79,7 +80,6 @@ export default class SvnRevisionList extends Component {
79
80
80
81
console . log ( 'Diff2Html result: ' ) ;
81
82
const diff2HtmlResult = Diff2Html . getPrettyHtml ( patch , diff2HtmlConfig ) ;
82
- console . log ( diff2HtmlResult ) ;
83
83
84
84
this . setState ( { prettyDiffHtml : diff2HtmlResult } ) ;
85
85
this . props . startRevisionLoading ( false ) ;
Original file line number Diff line number Diff line change 187
187
"dateformat" : " ^2.0.0" ,
188
188
"devtron" : " ^1.4.0" ,
189
189
"diff2html" : " ^2.3.0" ,
190
- "diffsvn2git" : " ^0.1.0 " ,
190
+ "diffsvn2git" : " ^0.1.1 " ,
191
191
"electron-debug" : " ^1.2.0" ,
192
192
"font-awesome" : " ^4.7.0" ,
193
193
"history" : " ^4.6.3" ,
Original file line number Diff line number Diff line change @@ -2604,9 +2604,9 @@ diffie-hellman@^5.0.0:
2604
2604
miller-rabin "^4.0.0"
2605
2605
randombytes "^2.0.0"
2606
2606
2607
- diffsvn2git@^0.1.0 :
2608
- version "0.1.0 "
2609
- resolved "https://registry.yarnpkg.com/diffsvn2git/-/diffsvn2git-0.1.0 .tgz#d24fde67ab93205406e05177a5e6178b89fd6bff "
2607
+ diffsvn2git@^0.1.1 :
2608
+ version "0.1.1 "
2609
+ resolved "https://registry.yarnpkg.com/diffsvn2git/-/diffsvn2git-0.1.1 .tgz#e22440b9ddd206602cf1a0dd49d689b0f61c4aef "
2610
2610
dependencies :
2611
2611
async "^2.4.1"
2612
2612
dateformat "^2.0.0"
You can’t perform that action at this time.
0 commit comments