Where to add support for git@ clone URLs?
Sean Farley
sean at farley.io
Thu Aug 27 17:59:25 UTC 2015
anatoly techtonik <techtonik at gmail.com> writes:
> On Thu, Aug 27, 2015 at 7:45 PM, Lester Caine <lester at lsces.co.uk> wrote:
>
>> On 27/08/15 16:59, anatoly techtonik wrote:
>> >
>> > I want to make hg-git extension handle URLs such as:
>> >
>> >>hg clone git at github.com:techtonik/warper.git
>> >
>> > Where in extension should I add the check that clone
>> > URLs starting with git@ should be handled by hg-git?
>>
>> http://hg-git.github.io/
>
>
> Yea I know about hg-git:
> https://bitbucket.org/durin42/hg-git/issues/144/support-github-urls
>
> Could you be more specific about the extension points inside
> Mercurial that could be used by hg-git to add GitHub URL processing?
I already added this and it's been tagged as 0.8.2. You can see my
commits that add it:
6507d2a::7c80e9f
https://bitbucket.org/durin42/hg-git/commits
... actually, I just noticed a bug in this and will try to fix that this
week.
More information about the Mercurial
mailing list