1
0
Fork 0
pull/6356/head
Jordi Boggiano 2017-04-14 00:28:20 +02:00
parent b6778cd7f6
commit 4d16d6b28b
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ abstract class BitbucketDriver extends VcsDriver
http_build_query(
array(
'pagelen' => 100,
'fields' => 'values.name,values.target.hash,next',
'fields' => 'values.name,values.target.hash,values.heads,next',
'sort' => '-target.date',
),
null,