On 06/16/2015 02:51 AM, Rikki Cattermole wrote:
On Tuesday, 16 June 2015 at 06:35:47 UTC, Nick Sabalausky wrote:
On 06/16/2015 12:40 AM, Rikki Cattermole wrote:
On 16/06/2015 12:45 p.m., Nick Sabalausky wrote:
[...]

Will it support hg in future?

Possibly. All I'd need is an hg equivalent to "git describe". Looks
like there's one listed here:

http://stackoverflow.com/questions/6693209/is-there-an-equivalent-to-gits-describe-function-for-mercurial


But I haven't really been using hg so I don't really have any hg
projects handy, and I've kinda forgotten even the basics.

Could you post a hg command that will clone for me an OSS project I
could use to test?

It's not a D project, but it does have tags and branches.

https://bitbucket.org/sdorra/scm-manager/wiki/Home
$ hg clone ssh://h...@bitbucket.org/sdorra/scm-manager

Example tag 1.12
$ hg up 1.12
should switch to it.

Cool. Just checked it out, looks like that command on the stackoverflow link should work well.

Reply via email to