Tim Guan-tin Chien <[email protected]> writes:
> On Fri, Jan 30, 2015 at 6:48 AM, Mike Hommey <[email protected]> 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
[email protected]
https://lists.mozilla.org/listinfo/dev-platform