README.md
changeset 1839 1bc5e62fc0c7
child 1901 85390446f8c1
equal deleted inserted replaced
-1:000000000000 1839:1bc5e62fc0c7
       
     1 # topics
       
     2 
       
     3 Topics are an experiment to see if maybe the workflow defined by git
       
     4 branches and hg bookmarks is only partially what users want - perhaps
       
     5 something that feels more like a traditional VCS branch is right, but
       
     6 that it should "dissolve" upon being finished. This extension exists
       
     7 to be a sandbox for that experimentation.
       
     8 
       
     9 # usage
       
    10 
       
    11 Enable topics like any mercurial extension: download the source code to a
       
    12 local directory, and add that directory to your `.hgrc`:
       
    13 
       
    14     [extensions]
       
    15     topics=path/to/hg-topics/src