Skip to content

Commit 7352668

Browse files
committed
diffsvn2git update
1 parent 933806f commit 7352668

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/components/SvnRevisionList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default class SvnRevisionList extends Component {
6969
console.log('revisionSelected:', revisionSelected.trim());
7070
diffSvn2Git.parse(revisionSelected.trim()).then((patch) => {
7171
console.log('Patch result: ');
72+
console.log(patch);
7273

7374
const diff2HtmlConfig = { inputFormat: 'diff',
7475
outputFormat: this.state.diffOutputFormat,
@@ -79,7 +80,6 @@ export default class SvnRevisionList extends Component {
7980

8081
console.log('Diff2Html result: ');
8182
const diff2HtmlResult = Diff2Html.getPrettyHtml(patch, diff2HtmlConfig);
82-
console.log(diff2HtmlResult);
8383

8484
this.setState({ prettyDiffHtml: diff2HtmlResult });
8585
this.props.startRevisionLoading(false);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"dateformat": "^2.0.0",
188188
"devtron": "^1.4.0",
189189
"diff2html": "^2.3.0",
190-
"diffsvn2git": "^0.1.0",
190+
"diffsvn2git": "^0.1.1",
191191
"electron-debug": "^1.2.0",
192192
"font-awesome": "^4.7.0",
193193
"history": "^4.6.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,9 +2604,9 @@ diffie-hellman@^5.0.0:
26042604
miller-rabin "^4.0.0"
26052605
randombytes "^2.0.0"
26062606

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"
26102610
dependencies:
26112611
async "^2.4.1"
26122612
dateformat "^2.0.0"

0 commit comments

Comments
 (0)