comparison hgext/purge.py @ 8866:87c30fb7e8df

help: remove per-extension paragraph on how to enable it The central place to find this information is the "extensions" help topic.
author Cédric Duval <cedricduval@free.fr>
date Sat, 20 Jun 2009 20:57:13 +0200
parents 0289f384e1e5
children e872ef2e6758
comparison
equal deleted inserted replaced
8865:37d8a5ddd499 8866:87c30fb7e8df
3 # This is a small extension for Mercurial (http://www.selenic.com/mercurial) 3 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
4 # that removes files not known to mercurial 4 # that removes files not known to mercurial
5 # 5 #
6 # This program was inspired by the "cvspurge" script contained in CVS utilities 6 # This program was inspired by the "cvspurge" script contained in CVS utilities
7 # (http://www.red-bean.com/cvsutils/). 7 # (http://www.red-bean.com/cvsutils/).
8 #
9 # To enable the "purge" extension put these lines in your ~/.hgrc:
10 # [extensions]
11 # hgext.purge =
12 # 8 #
13 # For help on the usage of "hg purge" use: 9 # For help on the usage of "hg purge" use:
14 # hg help purge 10 # hg help purge
15 # 11 #
16 # This program is free software; you can redistribute it and/or modify 12 # This program is free software; you can redistribute it and/or modify