hgext/convert/transport.py
changeset 51863 f4733654f144
parent 50929 18c8c18993f0
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 # GNU General Public License for more details.
    15 # GNU General Public License for more details.
    16 
    16 
    17 # You should have received a copy of the GNU General Public License
    17 # You should have received a copy of the GNU General Public License
    18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
    18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
       
    19 
       
    20 from __future__ import annotations
    19 
    21 
    20 # pytype: disable=import-error
    22 # pytype: disable=import-error
    21 import svn.client
    23 import svn.client
    22 import svn.core
    24 import svn.core
    23 import svn.ra
    25 import svn.ra