File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ class DetectVCSFixture(t.NamedTuple):
3737 "git+https://github.com:vcs-python/libvcs.git" ,
3838 "git+ssh://git@github.com:vcs-python/libvcs.git" ,
3939 "git+ssh://git@github.com:vcs-python/libvcs" ,
40+ "git+ssh://git@github.com/tony/ScreenToGif.git" ,
41+ "git+https://github.com/nltk/nltk.git" ,
42+ "git+https://github.com/nltk/nltk" ,
4043 ]
4144 ],
4245 * [
@@ -50,6 +53,7 @@ class DetectVCSFixture(t.NamedTuple):
5053 for url in [
5154 "hg+http://hg.example.com/MyProject@da39a3ee5e6b" ,
5255 "hg+ssh://hg.example.com:MyProject@da39a3ee5e6b" ,
56+ "hg+https://hg.mozilla.org/mozilla-central/" ,
5357 ]
5458 ],
5559 * [
@@ -63,6 +67,7 @@ class DetectVCSFixture(t.NamedTuple):
6367 for url in [
6468 "svn+http://svn.example.com/MyProject@da39a3ee5e6b" ,
6569 "svn+ssh://svn.example.com:MyProject@da39a3ee5e6b" ,
70+ "svn+ssh://svn.example.com:MyProject@da39a3ee5e6b" ,
6671 ]
6772 ],
6873]
You can’t perform that action at this time.
0 commit comments