Show More
@@ -47,7 +47,7 b' These URLs can all be stored in your hgr' | |||||
47 | ... |
|
47 | ... | |
48 |
|
48 | |||
49 | You can then use the alias for any command that uses a URL (for |
|
49 | You can then use the alias for any command that uses a URL (for | |
50 |
example 'hg pull alias1' w |
|
50 | example 'hg pull alias1' will be treated as 'hg pull URL1'). | |
51 |
|
51 | |||
52 | Two path aliases are special because they are used as defaults when |
|
52 | Two path aliases are special because they are used as defaults when | |
53 | you do not provide the URL to a command: |
|
53 | you do not provide the URL to a command: |
@@ -1718,7 +1718,8 b' def identify(ui, repo, source=None,' | |||||
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. |
General Comments 0
You need to be logged in to leave comments.
Login now