Reviewing incoming changesets
Neal Becker
ndbecker2 at gmail.com
Fri Oct 16 11:45:59 UTC 2009
Matt Mackall wrote:
> On Thu, 2009-10-15 at 10:47 -0400, Yannick Gingras wrote:
>> Hi,
>> I'm trying to improve our development pipeline with systematic code
>> reviews before cross branch (or cross developer) merges. One thing
>> that I would like to do is to export a compound diff of all the
>> changesets that I get in `hg inc otherbranch`, but only for source
>> code.
>
> Time for you to learn about bundles then:
>
> hg in -b tmp.hg > /dev/null
> hg -R tmp.hg diff -r tip
>
hg in --help doesn't show any -b option
More information about the Mercurial
mailing list