README.md
changeset 1913 3d3c02e6848a
parent 1901 85390446f8c1
child 1926 85db8af6b5b5
equal deleted inserted replaced
1912:692a1aa1350c 1913:3d3c02e6848a
    11 Enable topics like any mercurial extension: download the source code to a
    11 Enable topics like any mercurial extension: download the source code to a
    12 local directory, and add that directory to your `.hgrc`:
    12 local directory, and add that directory to your `.hgrc`:
    13 
    13 
    14     [extensions]
    14     [extensions]
    15     topics=path/to/hg-topics/src
    15     topics=path/to/hg-topics/src
    16 
       
    17 If you are using Mercurial 3.7 use:
       
    18 
       
    19     [extensions]
       
    20     hgext3rd.topics=path/to/hg-topics/src