How to use review-board to post a set of changes?

2015-04-19 Thread Yonggang Luo
I means do not post a single diff,
but multiple diff.
The current command
rbt command will automatically merge multiple changes as a
single diff and submit, how to avoid this
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: How to use review-board to post a set of changes?

2015-04-19 Thread Mike Conley
Hey Yonggang,

Your best bet is push your changesets to the MozReview repo - it'll do the
job of creating your review requests for you.

There is a little bit of setup involved in order to make it possible,
however - you need to install a Mercurial extension, and you need to
configure Mercurial so that it knows about your Bugzilla account and IRC
nick.

Instructions are rooted here:
https://mozilla-version-control-tools.readthedocs.org/en/latest/mozreview-user.html

I'd start with this document:
https://mozilla-version-control-tools.readthedocs.org/en/latest/mozreview/install.html

And come chat in #mozreview if you have any questions.

Thanks!

-Mike

On 19 April 2015 at 09:54, Yonggang Luo luoyongg...@gmail.com wrote:

 I means do not post a single diff,
 but multiple diff.
 The current command
 rbt command will automatically merge multiple changes as a
 single diff and submit, how to avoid this
 ___
 dev-platform mailing list
 dev-platform@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-platform

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