changeset 4695:c3da7b6cc975

purge: add the clean alias inspired by git-clean and svn-clean
author Emanuele Aina <em@nerd.ocracy.org>
date Sat, 23 Jun 2007 22:26:22 -0500
parents 6bf58c9400e2
children 59b8f9361545
files hgext/purge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/purge.py
+++ b/hgext/purge.py
@@ -154,7 +154,7 @@ def purge(ui, repo, *dirs, **opts):
 
 
 cmdtable = {
-    'purge':
+    'purge|clean':
         (purge,
          [('a', 'abort-on-err', None, _('abort if an error occurs')),
           ('',  'all', None, _('purge ignored files too')),