From ebe253cecf81d755b7e1f40598c261f6270d5cd7 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 23 Nov 2009 15:53:26 +0000 Subject: More then 1 directory can now be specified on the command line. --- tools/cleantree.py | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/cleantree.py b/tools/cleantree.py index ee855d9d0..a02eebcc0 100644 --- a/tools/cleantree.py +++ b/tools/cleantree.py @@ -1,23 +1,33 @@ #!/usr/bin/python +__doc__="""%prog [options] [] + +Removes all unversioned files from a subversion working copy directory +. +When is not specified the current directory is used. +