Show More
@@ -1534,6 +1534,10 b' def unapplied(ui, repo, patch=None, **op' | |||||
1534 | def qimport(ui, repo, *filename, **opts): |
|
1534 | def qimport(ui, repo, *filename, **opts): | |
1535 | """import a patch |
|
1535 | """import a patch | |
1536 |
|
1536 | |||
|
1537 | The patch is inserted into the series after the last applied patch. | |||
|
1538 | If no patches have been applied, qimport prepends the patch | |||
|
1539 | to the series. | |||
|
1540 | ||||
1537 | The patch will have the same name as its source file unless you |
|
1541 | The patch will have the same name as its source file unless you | |
1538 | give it a new one with --name. |
|
1542 | give it a new one with --name. | |
1539 |
|
1543 |
General Comments 0
You need to be logged in to leave comments.
Login now