On 10/31/2014 07:21 AM, Ehsan Akhgari wrote:
> 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

Sorry for the irrelevant comment. But if you're really running that last
command line, it's gotta win the award for the most pointless use of mq.
Why isn't the last step just |hg import /tmp/x && hg push|? Maybe it
makes things more similar to the push-to-try workflow?

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to