1
0
Fork 0

Merge branch '1.4'

pull/6356/head
Jordi Boggiano 2017-04-14 00:28:24 +02:00
commit 8491a21d41
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,