##// END OF EJS Templates
mq: fix typo, thanks pmezard
Dirkjan Ochtman -
r10370:c050b7e4 default
parent child Browse files
Show More
@@ -1816,7 +1816,7 b' def init(ui, repo, **opts):'
1816 1816 an unversioned patch repository into a versioned one). You can use
1817 1817 qcommit to commit changes to this queue repository.
1818 1818
1819 This command is depreacted. Without -c, it's implied by other relevant
1819 This command is deprecated. Without -c, it's implied by other relevant
1820 1820 commands. With -c, use hg -Q init instead."""
1821 1821 q = repo.mq
1822 1822 r = q.init(repo, create=opts['create_repo'])
General Comments 0
You need to be logged in to leave comments. Login now