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 hg:如何查看特定版本的文件?_Mercurial - Fatal编程技术网

Mercurial hg:如何查看特定版本的文件?

Mercurial hg:如何查看特定版本的文件?,mercurial,Mercurial,在Mercurial,我能做到 hg glog templates/base.html 查看文件的完整修订历史记录 我如何查看文件,比如说,变更集1000处的文件 谢谢 hg cat -r 1000 templates/base.html

在Mercurial,我能做到

hg glog templates/base.html 
查看文件的完整修订历史记录

我如何查看文件,比如说,变更集1000处的文件

谢谢

hg cat -r 1000 templates/base.html