DWT repository moved to github

Jacob Carlborg doob at me.com
Tue Jan 10 06:51:00 PST 2012


On 2012-01-10 13:37, kntroh wrote:
> == Quote from Jacob Carlborg (doob at me.com)'s article
>> On 2012-01-10 05:01, Jesse Phillips wrote:
>>> On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote:
>>>>> I've now moved the DWT repository to github. The old mercurial
>>>>> repository is split into several repository, all available under an
>>>>> organization: https://github.com/d-widget-toolkit
>>>>
>>>> Do I need to make my repository on github to send pull request?
>>>>
>>>> --
>>>> kntroh
>>>
>>> To make a pull request your repository must be a fork of his, or someone
>>> who forked his, on github.
>>>
>>> It is possible to merge changes from any git repository clone however,
>>> if such is available over the web.
>> What he said. It will be a lot of easier if you fork the repository on
>> github. I get an automatic email sent to me when a pull request has been
>> made and I can easily look at the commits and diffs on github.
>
> I understand.
> I will create repository in github
> from fork of official and my repository in bitbucket
> then send pull request.
>
> --
> kntroh

You should theoretical be able to convert the mercurial repository to a 
git repository. Fork the new DWT repository at github and merge your 
changes from the mercurial repository and finally make a pull request.

Hmm, or maybe not since I've split the single mercurial repository into 
several git repositories. I don't know.

This git repository contains a tool that can convert a mercurial 
repository to a git repository, it's the same one I've used:

http://repo.or.cz/w/fast-export.git

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list