1
0
Fork 0

fixed very evil 'tip' tag oversight in bitbucket driver

pull/2073/head
Christoph 2013-07-09 16:37:12 +02:00
parent ab731b1197
commit 8c3a84d9fd
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;