Merge pull request #354 from perprogramming/fix_hg_source_reference

Make mercurial dev-branches updateable
main
Jordi Boggiano 13 years ago
commit ab9fe9f331

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

Loading…
Cancel
Save