English 中文(简体)
哪一种是雇佣军的等同物,以及我怎样获得某种承诺的 has?
原标题:What s the Mercurial equivalent for git hash-object and how do I get the hash of a certain commit?

如果我在一个档案中操作<条码>hash-object,我可以拿到它,如果我看上<条码>ls-tree。 我可以看到某一物体在某种修改中签字的内容。 如果我对一份档案的Mercurial说三件事的话,我是否能够看到该物体在第2次攻击时有什么 has?

我现在看一下目标是什么? 哪怕是修改?

最佳回答

您是否寻求<条码>。 在目前修订中,它用相应的女子印刷所有档案。

$ hg man --debug | head
9d2ea05fa708cb035dc716c071f0ad00c3449e1e 644   .hgignore
5199ce4ea50cd49c1757bf113c9239f4bf9e9de6 644   .hgsigs
6a6af229d3f6ce57cb7602f807069bf4f5febb32 644   .hgtags
7c8afb9501740a450c549b4b1f002c803c45193a 644   CONTRIBUTORS
02c5479e672e6a43116c48889101884f4b07ec25 644   COPYING
0fd39b23c59f01ef46a2805f1e9b8529246ea294 644   Makefile
780f5a706681ff4efab75c2beae6ee56f710a50b 644   README
问题回答




相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签