我知道我可以使用hg tip
来检查本地存储库的最新版本。但是我不知道我要检查哪个版本并正在处理,所以我需要检查它。我试图谷歌它但没有找到正确的命令..
答案 0 :(得分:0)
命令是:
hg parents [-r REV] [FILE]
show the parents of the working directory or revision
您可以运行hg help
以获取可用命令列表。
它喜欢运行包含父级的hg summary
:
$ hg summary --remote
parent: 1967:3ffa3a76de21 tip
removed all source code
branch: new_one
commit: (clean)
update: (current)
remote: 1 or more incoming
答案 1 :(得分:0)
您可以使用hg id
来检测存储库的活动变更集
>hg id -nibt
ad4dd1a9ba66 38 default tip
如果在更新时更改了更改集
>hg up -r 35
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
重新检查身份
>hg id -nibt
8a72023d18d0 35 default