##// END OF EJS Templates
purge: add the clean alias inspired by git-clean and svn-clean
Emanuele Aina -
r4695:c3da7b6c default
parent child Browse files
Show More
@@ -154,7 +154,7 b' def purge(ui, repo, *dirs, **opts):'
154
154
155
155
156 cmdtable = {
156 cmdtable = {
157 'purge':
157 'purge|clean':
158 (purge,
158 (purge,
159 [('a', 'abort-on-err', None, _('abort if an error occurs')),
159 [('a', 'abort-on-err', None, _('abort if an error occurs')),
160 ('', 'all', None, _('purge ignored files too')),
160 ('', 'all', None, _('purge ignored files too')),
General Comments 0
You need to be logged in to leave comments. Login now