comparison README @ 2366:f9f53c7e1875

Added some lines on the requirements for purge
author demian@gaudron.lan
date Sat, 13 May 2006 14:24:18 +0200
parents a5d2e5490ac7
children 8c893af1154a
comparison
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