Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用 打印在终端中的修订hg cat filename -r,但在终端窗口中它经常令人费解且难以阅读。
hg cat filename -r
有没有办法可以从终端使用 textmate 打开修订,类似于 using mate filename?
mate filename
我宁愿不必导出修订,然后在 textmate 中打开它。
谢谢!
您可以使用mate -从stdin. 所以你可以使用hg cat filename -r rev | mate -.
mate -
stdin
hg cat filename -r rev | mate -
但是,默认情况下启用 TextMate Mercurial 捆绑包,因此如果您已经在 TextMate 中查看文件,请使用Bundles > Mercurial > View Revision(或⌘Y6)选择较旧的修订版本来查看。