Show More
@@ -1816,7 +1816,7 b' def init(ui, repo, **opts):' | |||||
1816 | an unversioned patch repository into a versioned one). You can use |
|
1816 | an unversioned patch repository into a versioned one). You can use | |
1817 | qcommit to commit changes to this queue repository. |
|
1817 | qcommit to commit changes to this queue repository. | |
1818 |
|
1818 | |||
1819 |
This command is depre |
|
1819 | This command is deprecated. Without -c, it's implied by other relevant | |
1820 | commands. With -c, use hg -Q init instead.""" |
|
1820 | commands. With -c, use hg -Q init instead.""" | |
1821 | q = repo.mq |
|
1821 | q = repo.mq | |
1822 | r = q.init(repo, create=opts['create_repo']) |
|
1822 | r = q.init(repo, create=opts['create_repo']) |
General Comments 0
You need to be logged in to leave comments.
Login now