Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7cac5acd
Commit
7cac5acd
authored
May 15, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrap long line
parent
4dbf16e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
trans/views/api.py
trans/views/api.py
+4
-1
No files found.
trans/views/api.py
View file @
7cac5acd
...
@@ -170,7 +170,10 @@ def bitbucket_hook_helper(data):
...
@@ -170,7 +170,10 @@ def bitbucket_hook_helper(data):
elif
data
[
'repository'
][
'scm'
]
==
'hg'
:
elif
data
[
'repository'
][
'scm'
]
==
'hg'
:
repos
=
[
repo
%
params
for
repo
in
BITBUCKET_HG_REPOS
]
repos
=
[
repo
%
params
for
repo
in
BITBUCKET_HG_REPOS
]
else
:
else
:
weblate
.
logger
.
error
(
'unsupported repository: %s'
,
repr
(
data
[
'repositoru'
]))
weblate
.
logger
.
error
(
'unsupported repository: %s'
,
repr
(
data
[
'repositoru'
])
)
raise
ValueError
(
'unsupported repository'
)
raise
ValueError
(
'unsupported repository'
)
return
{
return
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment