README
changeset 2366 f9f53c7e1875
parent 2365 a5d2e5490ac7
child 2367 8c893af1154a
equal deleted inserted replaced
2365:a5d2e5490ac7 2366:f9f53c7e1875
    23   hg purge -vn
    23   hg purge -vn
    24 
    24 
    25 
    25 
    26 How to install
    26 How to install
    27 ==============
    27 ==============
       
    28 Obviously you need an installed version of Mercurial to use this extension.
       
    29 "purge" has been tested with Mercurial 0.8.1 and 0.9 but it may work with
       
    30 other versions as well.
       
    31 
    28 Put the "purge.py" file in a directory of your choice. Enable the extension
    32 Put the "purge.py" file in a directory of your choice. Enable the extension
    29 inserting an instruction like "purge=/path/you/choose/purge.py" in the
    33 inserting an instruction like "purge=/path/you/choose/purge.py" in the
    30 "[extensions]" section of a configuration file read by "hg".
    34 "[extensions]" section of a configuration file read by "hg".
    31 
    35 
    32 For instance if you installed the script in "/home/USER/hg-purge/", you
    36 For instance if you installed the script in "/home/USER/hg-purge/", you