equal
deleted
inserted
replaced
4579 |
4579 |
4580 You can import a patch straight from a mail message. Even patches |
4580 You can import a patch straight from a mail message. Even patches |
4581 as attachments work (to use the body part, it must have type |
4581 as attachments work (to use the body part, it must have type |
4582 text/plain or text/x-patch). From and Subject headers of email |
4582 text/plain or text/x-patch). From and Subject headers of email |
4583 message are used as default committer and commit message. All |
4583 message are used as default committer and commit message. All |
4584 text/plain body parts before first diff are added to commit |
4584 text/plain body parts before first diff are added to the commit |
4585 message. |
4585 message. |
4586 |
4586 |
4587 If the imported patch was generated by :hg:`export`, user and |
4587 If the imported patch was generated by :hg:`export`, user and |
4588 description from patch override values from message headers and |
4588 description from patch override values from message headers and |
4589 body. Values given on command line with -m/--message and -u/--user |
4589 body. Values given on command line with -m/--message and -u/--user |