Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mercurial货架扩展-如何查看货架的差异?_Mercurial_Shelve - Fatal编程技术网

Mercurial货架扩展-如何查看货架的差异?

Mercurial货架扩展-如何查看货架的差异?,mercurial,shelve,Mercurial,Shelve,我看不到关于如何使用的文档。两种方法: hg unshelve--inspect--name[货架名称] cat.hg/shelfs/[货架名称] hg shelve-l-p[货架名称] 要获得工具架列表,可以使用hg shelve-l试试,hg shelve——补丁名在Mercurial V3.6.3中对我有效,至少在我运行的hg版本(2.8.2)中是如此,这两个都不起作用。取消搁置时没有--检查选项。第二个将作为:cat`hg root`/shelved/NAME.patch运行(并且更灵活

我看不到关于如何使用的文档。

两种方法:

  • hg unshelve--inspect--name[货架名称]
  • cat.hg/shelfs/[货架名称]

  • hg shelve-l-p[货架名称]


    要获得工具架列表,可以使用
    hg shelve-l

    试试,
    hg shelve——补丁名在Mercurial V3.6.3

    中对我有效,至少在我运行的hg版本(2.8.2)中是如此,这两个都不起作用。取消搁置时没有
    --检查
    选项。第二个将作为:
    cat`hg root`/shelved/NAME.patch运行(并且更灵活一些)