Skip to content

Commit 593dfe5

Browse files
bytehowJohnstonCode
authored andcommitted
fix: Add --limit=1 when determining branch copy source (#1571)
1 parent 6b8f193 commit 593dfe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/svnRepository.ts

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export class Repository {
196196
let args = [
197197
"log",
198198
"-r1:HEAD",
199+
"--limit=1",
199200
"--stop-on-copy",
200201
"--xml",
201202
"--with-all-revprops",

0 commit comments

Comments
 (0)