开发者

Can I track last pull in Mercurial?

开发者 https://www.devze.com 2023-02-07 01:04 出处:网络
I\'ve recently discovered the collapse extension and I love it. I can work and commit often, and when I\'m done with my work I can collapse revisions into one logical changeset. One big changeset inst

I've recently discovered the collapse extension and I love it. I can work and commit often, and when I'm done with my work I can collapse revisions into one logical changeset. One big changeset instead of many small ones makes the history a lot cleaner.

Sometimes I lose track of which revisions I can collapse (you should never collapse a revision that isn't local). Are there any tools to help me track which revisions came from a pull or a different repo? Thi开发者_如何学运维s would also help with rebase.

https://www.mercurial-scm.org/wiki/CollapseExtension


You could make a local tag (hg tag -l -r tip LASTREMOTE) every time you pull.

But this is a manual process and you can forget to do it. In this case you can use hg out.

0

精彩评论

暂无评论...
验证码 换一张
取 消