changeset 9649 | 20b91f91f9ca |
parent 9646 | 5b001f534452 |
child 9656 | 2ae3758526d8 |
--- a/mercurial/commands.py Sun Oct 25 14:28:02 2009 +0100 +++ b/mercurial/commands.py Sun Oct 25 14:45:38 2009 +0200 @@ -1718,7 +1718,8 @@ def import_(ui, repo, patch1, *patches, **opts): """import an ordered set of patches - Import a list of patches and commit them individually. + Import a list of patches and commit them individually (unless + --no-commit is specified). If there are outstanding changes in the working directory, import will abort unless given the -f/--force flag.