Explorar o código

Merge pull request #354 from perprogramming/fix_hg_source_reference

Make mercurial dev-branches updateable
Jordi Boggiano %!s(int64=13) %!d(string=hai) anos
pai
achega
ab9fe9f331
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Composer/Repository/Vcs/HgDriver.php

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

@@ -130,6 +130,7 @@ class HgDriver extends VcsDriver implements VcsDriverInterface
                     $tags[$match[1]] = $match[2];
                 }
             }
+            unset($tags['tip']);
 
             $this->tags = $tags;
         }