author | Adrian Buehlmann <adrian@cadifra.com> |
Tue, 03 Jun 2008 09:31:36 +0200 | |
changeset 6634 | d6caebe9c293 |
parent 6633 | 67a2d2d9bf21 |
child 6635 | d90d83ebea9e |
hgext/mq.py | file | annotate | diff | comparison | revisions |
--- a/hgext/mq.py Mon Jun 02 21:38:52 2008 +0200 +++ b/hgext/mq.py Tue Jun 03 09:31:36 2008 +0200 @@ -1534,6 +1534,10 @@ def qimport(ui, repo, *filename, **opts): """import a patch + The patch is inserted into the series after the last applied patch. + If no patches have been applied, qimport prepends the patch + to the series. + The patch will have the same name as its source file unless you give it a new one with --name.