假设我在 mercurial 配置中定义了这个别名:
pushb = push -B `cat .hg/bookmarks.current`
如何查看所有替换后将调用的命令?
例子:
我的.hg/bookmarks.current文件包含some_bookmark文本。我怎么能看到当我打电话时hg pushb它实际上会打电话hg push -B some_bookmark?
假设我在 mercurial 配置中定义了这个别名:
pushb = push -B `cat .hg/bookmarks.current`
如何查看所有替换后将调用的命令?
例子:
我的.hg/bookmarks.current文件包含some_bookmark文本。我怎么能看到当我打电话时hg pushb它实际上会打电话hg push -B some_bookmark?