Differences between revisions 4 and 5
Revision 4 as of 2009-05-25 13:54:32
Size: 710
Editor: abuehl
Comment:
Revision 5 as of 2011-04-02 20:34:37
Size: 817
Editor: GregWard
Comment: standard link terminology
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

Web page: https://bitbucket.org/alu/hgtasks/wiki/Home

Repository: https://bitbucket.org/alu/hgtasks/

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

TasksExtension (last edited 2011-04-02 20:34:37 by GregWard)