On Sun, Feb 19, 2012 at 12:39 PM, Minh Nguyen <mvngu.n...@gmail.com> wrote: > To preserve the commit history under Mercurial, we need to convert > from hg to git format. This can be done using various tools. I've > personally used fast-export [1] before to convert a hg repository to a > git repo. From there, we should be able to start using git for > development. Git should be able to import patches produced by hg. > For those transitioning from hg to git, here's a brief dictionary [2] > between hg/git commands.
This doesn't seem to be what William wants -- he wants to make the changes in git and be able to contribute those to Sage (as if he hadn't used git). Other than producing patches with git and then say qimporting them into hg, the best bet looks to be https://github.com/offbytwo/git-hg where you can "experimentally" push to an hg repo. The other direction (hg client talking to get repo) seems to be much more fully supported. --Mike -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org