Mercurial: keep 2 branches in sync but with certain persistent differences?

前端 未结 5 1796
Happy的楠姐
Happy的楠姐 2021-02-02 01:25

I\'m a web developer working on my own using django, and I\'m trying to get my head round how best to deploy sites using mercurial. What I\'d like to have is to be able to keep

5条回答
  •  时光取名叫无心
    2021-02-02 01:43

    I'd probably use Mercurial Queues for something like this. Keep the main repository as the development version, and have a for-production patch that makes any necessary changes for production.

提交回复
热议问题