##// END OF EJS Templates
import: make help clearer. suggested by asak.
Vadim Gelfer -
r2515:a6700c22 default
parent child Browse files
Show More
@@ -1721,9 +1721,10 b' def import_(ui, repo, patch1, *patches, '
1721
1721
1722 You can import a patch straight from a mail message. Even patches
1722 You can import a patch straight from a mail message. Even patches
1723 as attachments work (body part must be type text/plain or
1723 as attachments work (body part must be type text/plain or
1724 text/x-patch to be used). Sender and subject line of email
1724 text/x-patch to be used). From and Subject headers of email
1725 message are used as default committer and commit message. Any
1725 message are used as default committer and commit message. All
1726 text/plain body part before first diff is added to commit message.
1726 text/plain body parts before first diff are added to commit
1727 message.
1727
1728
1728 If imported patch was generated by hg export, user and description
1729 If imported patch was generated by hg export, user and description
1729 from patch override values from message headers and body. Values
1730 from patch override values from message headers and body. Values
General Comments 0
You need to be logged in to leave comments. Login now