简体   繁体   中英

How to do hg tasks workflow?

I now have good experience with basic mercurial operations, but would like to work in a task driven manner. I have come across the hg tasks extension which like a good idea. In particular, I like the workflow explained at http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/ .

Using the hg tasks extension, one can define a number of tasks, list them, and work on each of them. A task would be in one of the states: new, active, or complete.

Unfortunately, the hg tasks extension seems to not be updated in quite a while. So my question is: is there a simple way to carry out the same workflow using a different extension or through the basic capabilities of Mercurial (branching, bookmarks, etc)?

I am looking to use this in my personal projects, so assume a lone developer if need be.

您可以尝试使用命名分支:每个任务的分支和push -b (仅包括push分支所需要的)或push -r (其中带有revset语言形式的revset 以某种方式设置/仅以需要的分支的头部形式)的变体)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM