Introduction to Mercurial

后端 未结 7 1280
别那么骄傲
别那么骄傲 2020-12-13 21:31

I have just begun working on a project which uses Mercurial as a version control system, and I need some basic tips on how to use this. Please use this question to give some

相关标签:
7条回答
  • 2020-12-13 22:15

    If you use the latest TortoiseHG client and include the install directory in your PATH environment, you will be able to use both the nice GUI they provide, and the command line 'hg'

    I cannot recommend using the mq extensions too much. They make for a great 'working repository' environment.

    I use the queues to manage local changes against a subversion repository. I do my local short term changes and use mercurial to keep in sync with subversion and the rest of the team.

    0 讨论(0)
提交回复
热议问题