On 11/10/14 9:14 AM, Gregory Szorc wrote:
On 11/9/14 8:29 PM, Boris Zbarsky wrote:
On 11/9/14, 11:10 PM, Gregory Szorc wrote:
We currently only attempt to map each review/commit series to a single
bug.

This is definitely a problem; it serializes workflow such that you have
to get review on bug 1 and land it before you can even request review on
bug 2 that depends on bug 1, no?

This is a pretty common situation, unfortunately.

I fully understand that this is a common problem.

I think if we land support for specifying the base revision to review
(currently it takes all non-public changesets up to the revision you
specify or . if none), that will be a sufficient stop-gap until proper
multi-bug support is implemented.

Support for specifying the base revision to review has landed. Just pull and update version-control-tools and you can use `hg push -r <base> -r <tip>` or `hg push -r <base>::<tip>`.

https://hg.mozilla.org/hgcustom/version-control-tools/rev/2a2910d56e9d for the curious.

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

Reply via email to