-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for how to check out beta #152
Comments
It works for me after cloning mozilla-unified from scratch using git-cinnabar:
If you cloned mozilla-unified without using git-cinnabar, then the issue is probably that you don't have the metadata that git-cinnabar needs to translate Mercurial IDs to Git IDs (and vice-versa). In that case, you should be able to fix that by adding the repo as a remote and then fetching it:
|
No, I used git-cinnabar. I ran the git fetch command you put there and now it works, so maybe I was missing that. I had a "tags" repo that I added following directions from somewhere on the docs but I guess I didn't do enough. |
Hi, Is this still in need of docs? I, too, struggled with this when trying to checkout beta and esr*, so I wrote down some notes for myself and I would be happy to write something up. |
There is nothing about beta or esr on https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development but it shouldn't be much different from how you interact with central. Adding a section about non-central branches would probably be a good thing. Please feel free to do so. |
I'm sure this just demonstrates that I have no idea how cinnabar actually works, but I am unable to figure out (based on "Mozilla: A git workflow for Gecko development" and the README.md) how to check out mozilla-beta locally. I'm trying to rebase a patch for beta. I have mozilla-unified as my remote, and that contains a59d9203232d, but running hg2git on that returns 0000000000000000000000000000000000000000 so there must be something else I need to do.
The text was updated successfully, but these errors were encountered: