Ver Fonte

fixed very evil 'tip' tag oversight in bitbucket driver

Christoph há 12 anos atrás
pai
commit
8c3a84d9fd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Composer/Repository/Vcs/HgBitbucketDriver.php

+ 1 - 0
src/Composer/Repository/Vcs/HgBitbucketDriver.php

@@ -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;