You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/03/19 14:31:19 UTC

svn commit: r1302424 - /subversion/trunk/tools/client-side/mergeinfo-sanitizer.py

Author: cmpilato
Date: Mon Mar 19 13:31:19 2012
New Revision: 1302424

URL: http://svn.apache.org/viewvc?rev=1302424&view=rev
Log:
Remove unused library and improve the usage description.

* tools/client-side/mergeinfo-sanitizer.py
  (): Set the 'executable' property, and don't import the unused 're' library.
  (usage): Mention "OPTIONS" in the usage syntax synopsis.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>

Modified:
    subversion/trunk/tools/client-side/mergeinfo-sanitizer.py   (contents, props changed)

Modified: subversion/trunk/tools/client-side/mergeinfo-sanitizer.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/mergeinfo-sanitizer.py?rev=1302424&r1=1302423&r2=1302424&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/mergeinfo-sanitizer.py (original)
+++ subversion/trunk/tools/client-side/mergeinfo-sanitizer.py Mon Mar 19 13:31:19 2012
@@ -25,7 +25,6 @@ import getopt
 import hashlib
 import pickle
 import getpass
-import re
 from svn import client, core, ra, wc
 
 ## This script first fetches the mergeinfo of the working copy and tries
@@ -42,7 +41,7 @@ except AttributeError:
 mergeinfo = {}
 
 def usage():
-  sys.stderr.write(""" Usage: %s WCPATH
+  sys.stderr.write(""" Usage: %s WCPATH [OPTION]
 
 Analyze the mergeinfo property of the given WCPATH.
 Look for the existence of merge_source's locations at their recorded

Propchange: subversion/trunk/tools/client-side/mergeinfo-sanitizer.py
------------------------------------------------------------------------------
    svn:executable = *