equal
deleted
inserted
replaced
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 |