Mercurial > hg
changeset 9649:20b91f91f9ca
minor documentation improvements
author | timeless@mozdev.org |
---|---|
date | Sun, 25 Oct 2009 14:45:38 +0200 |
parents | 6064de41b7e4 |
children | 1ad02c04356c |
files | help/urls.txt mercurial/commands.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/help/urls.txt Sun Oct 25 14:28:02 2009 +0100 +++ b/help/urls.txt Sun Oct 25 14:45:38 2009 +0200 @@ -47,7 +47,7 @@ ... You can then use the alias for any command that uses a URL (for -example 'hg pull alias1' would pull from the 'alias1' path). +example 'hg pull alias1' will be treated as 'hg pull URL1'). Two path aliases are special because they are used as defaults when you do not provide the URL to a command:
--- 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.