按照https://www.mercurial-scm.org/doc/evolution/tutorials/topic-tutorial.html上的教程,我将以下内容添加到我的 mercurial.ini 文件中:
[extensions]
...
evolve =
[experimental]
evolution = all
是的,当我转到命令行并尝试时:
# hg topic
hg: unknown command 'topic'
(did you mean pick?)
# hg topics
hg: unknown command 'topics'
(use 'hg help' for a list of commands)
这就是我所得到的。
(hg evolve
但是确实有效。)
我已经搜索但找不到任何其他关于如何启用它的文档,或者它可能还没有在常规版本中。但是从这里和其他地方的其他帖子来看,似乎人们正在使用它。虽然它没有在https://www.mercurial-scm.org/wiki/UsingExtensions中列出。
我需要做什么才能启用它?
我的 hg 版本是最新的:
# hg --version
Mercurial Distributed SCM (version 5.6.1)