This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes highlight revision changes - refs reversed
main
Eric Amodio
4 years ago
parent
79d34ec4c8
commit
c83989f3ea
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/annotations/gutterChangesAnnotationProvider.ts
+ 2
- 2
src/annotations/gutterChangesAnnotationProvider.ts
View File
@ -120,8 +120,8 @@ export class GutterChangesAnnotationProvider extends AnnotationProviderBase {
if
(
ref2
!=
null
)
{
ref2
=
commit
.
ref
;
}
else
{
ref1
=
commit
.
ref
;
ref2
=
`
${
commit
.
ref
}
^
`
;
ref1
=
`
${
commit
.
ref
}
^
`
;
ref2
=
commit
.
ref
;
}
}
Write
Preview
Loading…
Cancel
Save