##// END OF EJS Templates
convert: refactor sink initialisation, to remove hardcoding of hg...
convert: refactor sink initialisation, to remove hardcoding of hg We also introduce options to explicitly set the source and destination repository types. Improve testing of corner cases a little.

File last commit:

r5346:8838fe5a default
r5441:71e7c86a default
Show More
test-debugindexdot.out
7 lines | 55 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}