Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-loader-mercurial
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-loader-mercurial
Commits
a9c1de75
Commit
a9c1de75
authored
5 years ago
by
Jenkins for Software Heritage
Browse files
Options
Downloads
Plain Diff
New upstream version 0.0.23
parents
b07832fb
7238bd53
No related branches found
Branches containing commit
Tags
debian/upstream/0.0.38
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
PKG-INFO
+1
-1
1 addition, 1 deletion
PKG-INFO
swh.loader.mercurial.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
swh.loader.mercurial.egg-info/PKG-INFO
swh/loader/mercurial/tasks.py
+2
-2
2 additions, 2 deletions
swh/loader/mercurial/tasks.py
version.txt
+1
-1
1 addition, 1 deletion
version.txt
with
5 additions
and
5 deletions
PKG-INFO
+
1
−
1
View file @
a9c1de75
Metadata-Version: 2.1
Name: swh.loader.mercurial
Version: 0.0.2
2
Version: 0.0.2
3
Summary: Software Heritage Mercurial Loader
Home-page: https://forge.softwareheritage.org/diffusion/DLDHG/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
swh.loader.mercurial.egg-info/PKG-INFO
+
1
−
1
View file @
a9c1de75
Metadata-Version: 2.1
Name: swh.loader.mercurial
Version: 0.0.2
2
Version: 0.0.2
3
Summary: Software Heritage Mercurial Loader
Home-page: https://forge.softwareheritage.org/diffusion/DLDHG/
Author: Software Heritage developers
...
...
This diff is collapsed.
Click to expand it.
swh/loader/mercurial/tasks.py
+
2
−
2
View file @
a9c1de75
...
...
@@ -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`.
...
...
This diff is collapsed.
Click to expand it.
version.txt
+
1
−
1
View file @
a9c1de75
v0.0.22-0-g8234d8d
\ No newline at end of file
v0.0.23-0-g7238bd5
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment