hgext/patchbomb.py
branchstable
changeset 12839 d85e30889f26
parent 12794 6bf8d48bec8e
child 13198 e71b2aa74ce3
equal deleted inserted replaced
12838:830be2c57626 12839:d85e30889f26
   211       hg email -b -r 3000 DEST  # bundle of all ancestors of 3000 not in DEST
   211       hg email -b -r 3000 DEST  # bundle of all ancestors of 3000 not in DEST
   212 
   212 
   213       hg email -o -m mbox &&    # generate an mbox file...
   213       hg email -o -m mbox &&    # generate an mbox file...
   214         mutt -R -f mbox         # ... and view it with mutt
   214         mutt -R -f mbox         # ... and view it with mutt
   215       hg email -o -m mbox &&    # generate an mbox file ...
   215       hg email -o -m mbox &&    # generate an mbox file ...
   216         formail -s sendmail \   # ... and use formail to send from the mbox
   216         formail -s sendmail \\   # ... and use formail to send from the mbox
   217           -bm -t < mbox         # ... using sendmail
   217           -bm -t < mbox         # ... using sendmail
   218 
   218 
   219     Before using this command, you will need to enable email in your
   219     Before using this command, you will need to enable email in your
   220     hgrc. See the [email] section in hgrc(5) for details.
   220     hgrc. See the [email] section in hgrc(5) for details.
   221     '''
   221     '''