From Mozilla x86-64
Thunderbird.next
Enlisting comm-central and mozilla-central
cd <your path>
hg clone http://hg.mozilla.org/comm-central/
python client.py checkout
Enlisting patches as mercurial queue (MQ)
cd .hg
hg clone http://hg.mozilla-x86-64.com/comm-central-win64-mq/ patches
cd ../mozilla/.hg
hg clone http://hg.mozilla-x86-64.com/mozilla-central-win64-mq/ patches
Thunderbird 3.0
Enlisting comm-central and mozilla-1.9.1
cd <your path>
hg clone http://hg.mozilla.org/releases/comm-1.9.1/
python client.py checkout
Enlisting patches as mercurial queue (MQ)
cd .hg
hg clone http://hg.mozilla-x86-64.com/comm1.9.1-win64-mq/ patches
cd ../mozilla/.hg
hg clone http://hg.mozilla-x86-64.com/mozilla1.9.1-win64-mq/ patches
Apply patches using MQ
cd <your path>/comm-central
hg qpush -a
cd mozilla
hg qpush -a