Merge pull request #354 from perprogramming/fix_hg_source_reference
Make mercurial dev-branches updateablepull/151/head
commit
ab9fe9f331
|
@ -130,6 +130,7 @@ class HgDriver extends VcsDriver implements VcsDriverInterface
|
||||||
$tags[$match[1]] = $match[2];
|
$tags[$match[1]] = $match[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
unset($tags['tip']);
|
||||||
|
|
||||||
$this->tags = $tags;
|
$this->tags = $tags;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue