(re-posting with lots of trimming to fit into the mailinglist's 40kb limit)
On Thu, Jan 16, 2014 at 2:16 PM, Till Schneidereit < [email protected]> wrote: > Your repository is a clone of mozilla-central, right? If it's not, then > please, please do a clone and apply your patches to that. Not having the > history available makes understanding some things much harder, and > regression hunting close to impossible. > > Other than that, sure, bitbucket works just fine. > > > On Thu, Jan 16, 2014 at 2:13 PM, Andreas Schlegel < > [email protected]> wrote: > >> I think then I would use BitBucket for using my Mercurial repository, >> if this is ok? >> If I upload it, I can use an empty repository or import a mercurial from >> mozilla-central, where i've cloned my working repository. >> >> Is it better for you to have a first entry from mozilla and then my >> changes or is my repository enough? >> >> Am 16.01.2014 11:39, schrieb Till Schneidereit: >> >> Here's a good introduction to using github: >> https://help.github.com/articles/fork-a-repo >> >> You don't need to worry about disturbing anyone with something you do in >> your fork: whatever you do in there, nothing happens automatically to the >> official repository. >> >> If you want to take this route, you have to do the fork, then clone that >> repository so you have it locally, and apply the patch(es) from your >> Mercurial repository using `git apply`. >> >> If you want to keep working with Mercurial, you can use bitbucket.org, >> where you can host both Mercurial and git repositories for free. >> Documentation for how to import your existing clone can be found here: >> >> https://confluence.atlassian.com/display/BITBUCKET/Import+code+from+an+existing+project >> >> >> On Thu, Jan 16, 2014 at 10:55 AM, Andreas Schlegel < >> [email protected]> wrote: >> >>> How can I make a own repository entry or fork which doesn't disturb >>> someone on GitHub. I think this should be a good place. >>> But I've downloaded the Mercurial version, can I upload it without >>> problems, or should I upload the Mercurial clone everywhere else? >>> >> _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

