Mercurial — revert back to old version and continue from there

前端 未结 7 1035
挽巷
挽巷 2020-11-27 09:05

I\'m using Mercurial locally for a project (it\'s the only repo there\'s no pushing/pulling to/from anywhere else).

To date it\'s got a linear history. However, the

7条回答
  •  借酒劲吻你
    2020-11-27 09:38

    I'd install Tortoise Hg (a free GUI for Mercurial) and use that. You can then just right-click on a revision you might want to return to - with all the commit messages there in front of your eyes - and 'Revert all files'. Makes it intuitive and easy to roll backwards and forwards between versions of a fileset, which can be really useful if you are looking to establish when a problem first appeared.

提交回复
热议问题