Show More
@@ -1551,8 +1551,9 b' def init(ui, repo, **opts):' | |||
|
1551 | 1551 | |
|
1552 | 1552 | The queue repository is unversioned by default. If -c is |
|
1553 | 1553 | specified, qinit will create a separate nested repository |
|
1554 | for patches. Use qcommit to commit changes to this queue | |
|
1555 | repository.""" | |
|
1554 | for patches (qinit -c may also be run later to convert | |
|
1555 | an unversioned patch repository into a versioned one). | |
|
1556 | You can use qcommit to commit changes to this queue repository.""" | |
|
1556 | 1557 | q = repo.mq |
|
1557 | 1558 | r = q.init(repo, create=opts['create_repo']) |
|
1558 | 1559 | q.save_dirty() |
General Comments 0
You need to be logged in to leave comments.
Login now