Skip to content
Snippets Groups Projects
Commit a9c1de75 authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

New upstream version 0.0.23

parents b07832fb 7238bd53
No related branches found
Tags debian/upstream/0.0.38
No related merge requests found
Metadata-Version: 2.1
Name: swh.loader.mercurial
Version: 0.0.22
Version: 0.0.23
Summary: Software Heritage Mercurial Loader
Home-page: https://forge.softwareheritage.org/diffusion/DLDHG/
Author: Software Heritage developers
......
Metadata-Version: 2.1
Name: swh.loader.mercurial
Version: 0.0.22
Version: 0.0.23
Summary: Software Heritage Mercurial Loader
Home-page: https://forge.softwareheritage.org/diffusion/DLDHG/
Author: Software Heritage developers
......
......@@ -9,7 +9,7 @@ from .loader import HgBundle20Loader, HgArchiveBundle20Loader
@shared_task(name=__name__ + '.LoadMercurial')
def load_hg(url, directory=None, visit_date=None):
def load_hg(*, url, directory=None, visit_date=None):
"""Mercurial repository loading
Import a mercurial tarball into swh.
......@@ -23,7 +23,7 @@ def load_hg(url, directory=None, visit_date=None):
@shared_task(name=__name__ + '.LoadArchiveMercurial')
def load_hg_from_archive(url, archive_path=None, visit_date=None):
def load_hg_from_archive(*, url, archive_path=None, visit_date=None):
"""Import a mercurial tarball into swh.
Args: see :func:`DepositLoader.load`.
......
v0.0.22-0-g8234d8d
\ No newline at end of file
v0.0.23-0-g7238bd5
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment