Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 2515:a6700c222314
import: make help clearer. suggested by asak.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Tue, 27 Jun 2006 09:41:05 -0700 |
parents | f22e3e8fd457 |
children | 9cceb439048b |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Jun 27 09:33:12 2006 -0700 +++ b/mercurial/commands.py Tue Jun 27 09:41:05 2006 -0700 @@ -1721,9 +1721,10 @@ You can import a patch straight from a mail message. Even patches as attachments work (body part must be type text/plain or - text/x-patch to be used). Sender and subject line of email - message are used as default committer and commit message. Any - text/plain body part before first diff is added to commit message. + text/x-patch to be used). From and Subject headers of email + message are used as default committer and commit message. All + text/plain body parts before first diff are added to commit + message. If imported patch was generated by hg export, user and description from patch override values from message headers and body. Values