File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22"""Subversion object for libvcs.
33
4- The follow are from saltstack/salt (Apache license) :
4+ .. todo: :
55
6- - [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
6+ The follow are from saltstack/salt (Apache license):
77
8- The following are pypa/pip (MIT license):
8+ - [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
99
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)
1416""" # NOQA: E5
1517import logging
1618import os
You can’t perform that action at this time.
0 commit comments