假设我在mercurial config中定义了这个别名:
pushb = push -B `cat .hg/bookmarks.current`
如何在所有替换后查看将被调用的命令?
示例:
我的.hg/bookmarks.current
文件包含some_bookmark
文字。当我致电hg pushb
时,我该如何查看它实际上会调用hg push -B some_bookmark
?
答案 0 :(得分:0)
在推送中使用-B <bookmark>
并且存在此本地书签时,您可以看到
pushing to ...
searching for changes
...
exporting bookmark <bookmark>
在推送输出中,如果正确扩展或
bookmark <bookmark> does not exist on the local or remote repository!
在最新的字符串中出现问题并且名字不好。无论如何,你可以在两种情况下看到结果书签的名称