gen-package-version v0.9.3
Rikki Cattermole via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Jun 15 23:51:20 PDT 2015
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://hg@bitbucket.org/sdorra/scm-manager
Example tag 1.12
$ hg up 1.12
should switch to it.
More information about the Digitalmars-d-announce
mailing list