Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 9649:20b91f91f9ca
minor documentation improvements
author | timeless@mozdev.org |
---|---|
date | Sun, 25 Oct 2009 14:45:38 +0200 |
parents | 5b001f534452 |
children | 2ae3758526d8 |
comparison
equal
deleted
inserted
replaced
9648:6064de41b7e4 | 9649:20b91f91f9ca |
---|---|
1716 ui.write("%s\n" % ' '.join(output)) | 1716 ui.write("%s\n" % ' '.join(output)) |
1717 | 1717 |
1718 def import_(ui, repo, patch1, *patches, **opts): | 1718 def import_(ui, repo, patch1, *patches, **opts): |
1719 """import an ordered set of patches | 1719 """import an ordered set of patches |
1720 | 1720 |
1721 Import a list of patches and commit them individually. | 1721 Import a list of patches and commit them individually (unless |
1722 --no-commit is specified). | |
1722 | 1723 |
1723 If there are outstanding changes in the working directory, import | 1724 If there are outstanding changes in the working directory, import |
1724 will abort unless given the -f/--force flag. | 1725 will abort unless given the -f/--force flag. |
1725 | 1726 |
1726 You can import a patch straight from a mail message. Even patches | 1727 You can import a patch straight from a mail message. Even patches |