File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
"""Subversion object for libvcs.
3
3
4
- The follow are from saltstack/salt (Apache license) :
4
+ .. todo: :
5
5
6
- - [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
6
+ The follow are from saltstack/salt (Apache license):
7
7
8
- The following are pypa/pip (MIT license):
8
+ - [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
9
9
10
- - [`SubversionProject.convert_pip_url`](libvcs.svn.SubversionProject.convert_pip_url)
11
- - [`SubversionProject.get_url`](libvcs.svn.SubversionProject.get_url)
12
- - [`SubversionProject.get_revision`](libvcs.svn.SubversionProject.get_revision)
13
- - [`get_rev_options`](libvcs.svn.get_rev_options)
10
+ The following are pypa/pip (MIT license):
11
+
12
+ - [`SubversionProject.convert_pip_url`](libvcs.svn.SubversionProject.convert_pip_url)
13
+ - [`SubversionProject.get_url`](libvcs.svn.SubversionProject.get_url)
14
+ - [`SubversionProject.get_revision`](libvcs.svn.SubversionProject.get_revision)
15
+ - [`get_rev_options`](libvcs.svn.get_rev_options)
14
16
""" # NOQA: E5
15
17
import logging
16
18
import os
You can’t perform that action at this time.
0 commit comments