开发者

How to generate a bundle of patches from TortoiseHG 2.0.5, Changeset Ranges

Hi I am trying to use the version 2.0.5., how do me make a bundle of all the changes fro开发者_高级运维m a certain revision to tip?


In TortoiseHg 2.1 Workbench:

  1. Right-click on the revision.
  2. Go to the Export submenu.
  3. Click on Bundle rev to tip...
  4. Choose where to save the bundle.


You could use hg bundle for the task:

hg bundle -r tip --base REV v2.0.5

The above will create a bundle with changesets from REV to tip.


Updating to 2.1 has solved the problem.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜