Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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-web
Commits
e7b70dbf
Commit
e7b70dbf
authored
5 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
api/origin_save: hg and svn origin types can now be saved
parent
d0585a9b
No related branches found
Branches containing commit
Tags
v0.0.130
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/web/api/views/origin_save.py
+1
-1
1 addition, 1 deletion
swh/web/api/views/origin_save.py
with
1 addition
and
1 deletion
swh/web/api/views/origin_save.py
+
1
−
1
View file @
e7b70dbf
...
...
@@ -51,7 +51,7 @@ def api_save_origin(request, origin_type, origin_url):
for the same origin).
:param string origin_type: the type of origin to save
(currently
only
``git``
but
``hg`` and ``svn``
will soon be available
)
(currently
the supported types are
``git``
,
``hg`` and ``svn``)
:param string origin_url: the url of the origin to save
:reqheader Accept: the requested response content type,
...
...
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