1
0
Fork 0

Merge pull request #354 from perprogramming/fix_hg_source_reference

Make mercurial dev-branches updateable
pull/151/head
Jordi Boggiano 2012-02-23 05:20:44 -08:00
commit ab9fe9f331
1 changed files with 1 additions and 0 deletions

View File

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