On 31/10/2014 22:21, Ehsan Akhgari wrote:

>> a) Landing code to inbound, fx-team, aurora, etc
> 
> I have the following git alias:
> 
> hgp = show -M -C --binary --full-index --format=\"From: %an 
> <%ae>%nSubject: %s%n%n%b\" -U8
> 
> And my workflow for landing code is like this:
> 
> $ cd /path/to/src # this is a git repo
> $ git hg commit_id > /tmp/x
> $ cd /path/to/inbound # this is an hg repo
> $ hg pull -u
> $ hg qim /tmp/x && hg qpush && hg qfi -a && hg push
> 
> As you can imagine, this *sucks*.

If you are going to immediately qpush && qfinish && hg push why not
import directly on to your tip/default then push? Is there any
particular reason you need to go through mqueue?

Phil

-- 
Philip Chee <phi...@aleytys.pc.my>, <philip.c...@gmail.com>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to