Mercurial > hg
changeset 2368:eb1ec13e3b0d
Added a link to the home page of hg purge
author | demian@gaudron.lan |
---|---|
date | Sat, 13 May 2006 14:57:16 +0200 |
parents | 8c893af1154a |
children | 9da3dd62c827 |
files | README |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README Sat May 13 14:36:03 2006 +0200 +++ b/README Sat May 13 14:57:16 2006 +0200 @@ -3,7 +3,7 @@ "purge" is a simple extension for the Mercurial source control management system (http://www.selenic.com/mercurial). This extension adds a "purge" command to "hg" that removes files not known -to mercurial, this is useful to test local and uncommitted changes in the +to Mercurial, this is useful to test local and uncommitted changes in the otherwise clean source tree. This means that Mercurial will delete: @@ -22,7 +22,10 @@ files that this program would delete use: hg purge -vn -"hg purge" was inspired by the "cvspurge" script contained in CVS utilities +To get the most recent version of "hg purge" visit its home page: + http://www.barisione.org/apps.html#hg-purge + +This program was inspired by the "cvspurge" script contained in CVS utilities (http://www.red-bean.com/cvsutils/).