# HG changeset patch # User Dirkjan Ochtman # Date 2010-02-07 13:53:17 # Node ID c050b7e4e77885949b8619a527c5f86a71955323 # Parent 98a0421b9e5210f0c8aa85eff3e4e1d69f0791c6 mq: fix typo, thanks pmezard diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1816,7 +1816,7 @@ def init(ui, repo, **opts): an unversioned patch repository into a versioned one). You can use qcommit to commit changes to this queue repository. - This command is depreacted. Without -c, it's implied by other relevant + This command is deprecated. Without -c, it's implied by other relevant commands. With -c, use hg -Q init instead.""" q = repo.mq r = q.init(repo, create=opts['create_repo'])