Can I commit only parts of my code using SVN or Mercurial?

前端 未结 6 1432
梦谈多话
梦谈多话 2021-02-01 02:11

I use Tortoise SVN usuallly, but I have been looking into Mercurial since it is a distributed revision control system.

What I am looking for, in both systems, is a tool

6条回答
  •  长发绾君心
    2021-02-01 02:50

    Check out TortoiseHG, which will do hunk selection and let you commit different changes to one file as to different commits.

    It will even let you commit all changes to some files together with partial changes to other files in one commit.

    http://tortoisehg.bitbucket.io/

提交回复
热议问题