Tim Guan-tin Chien <timdr...@mozilla.com> writes: > On Fri, Jan 30, 2015 at 6:48 AM, Mike Hommey <m...@glandium.org> wrote: >> >> People using Git for Gecko development can also try a new workflow that >> doesn't involve gecko-dev at all. >> >> http://glandium.org/blog/?page_id=3438 >> >> Mike > > This sure look promising! > > Any support for Level 1 people for creating a patch-to-commit for > attaching on Bugzilla? > I tried :jlebar's moz-git-tools once but the exported patch was broken for hg.
I use this alias in ~/.gitconfig [alias] hg-format-patch = !sh -c 'git format-patch -kp -U8 "$@"|tee /dev/stderr|xargs git-patch-to-hg-patch' git Get git-patch-to-hg-patch from https://github.com/mozilla/moz-git-tools Kanru _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform