== Tasks extension == Web page: https://bitbucket.org/alu/hgtasks/wiki/Home Repository: https://bitbucket.org/alu/hgtasks/ Tasks are collections of contiguous changesets. A task can be short or long lived, but it only available locally and are not pushed. Tasks allow you to start and suspend changes to your files. By default, the push command will not push incompleted tasks. A task can be in one of 3 states: * new - this task has no changesets only a parent node * active - a task with some changesets but not complete * complete - a task with some changesets and marked as complete Information on commands and implementation here: http://bitbucket.org/alu/hgtasks/wiki/Home Example workflow here: http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/ ---- CategoryExtensionsByOthers