1
0
Fork 0

Merge pull request #2073 from xrstf/fixed-bitbucket-tip

fixed very evil 'tip' tag oversight in bitbucket driver
pull/2070/merge
Jordi Boggiano 2013-07-10 05:20:08 -07:00
commit 6a1262e675
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class HgBitbucketDriver extends VcsDriver
foreach ($tagsData as $tag => $data) {
$this->tags[$tag] = $data['raw_node'];
}
unset($this->tags['tip']);
}
return $this->tags;