如何在命令行上覆盖 .hgrc 选项?
在与 Mercurial 进行比较时,我通常想忽略空白变化。如果我通过将 ignorews = true
放在 .hgrc 的 [diff] 部分中将其设置为默认值,那么似乎没有办法强制显示单次调用的空白更改命令行。我缺少什么?
FWIW:相关命令行选项都不接受参数。使用(已弃用的)[defaults]
部分具有相同的行为。我假设最终的答案是“使用别名来忽略空间”,但我希望存在更好的东西。
I typically want to ignore white space changes when diff'ing with mercurial. If I set this as a default by putting ignorews = true
in my .hgrc's [diff] section then there doesn't seem to be a way to force the display of white space changes for a single invocation on the command line. What am I missing?
FWIW: None of the relevant command line options accepts an argument. Using the (deprecated) [defaults]
section has the same behavior. I'm assuming the final answer will be "use an alias for ignoring space", but am hopeful something better exists.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
hg(1)
手册页:From the
hg(1)
man page: